Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.35 KB

File metadata and controls

40 lines (32 loc) · 1.35 KB
title DatabaseLogonTimeout property (WMI MSReportServer_ConfigurationSetting)
description DatabaseLogonTimeout property (WMI MSReportServer_ConfigurationSetting)
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
DatabaseLogonTimeout property
apilocation reportingservices.mof
apiname DatabaseLogonTimeout Property
apitype MOFDef

ConfigurationSetting property - DatabaseLogonTimeout

Specifies the number of seconds to wait before an attempt to sign in to the report server database fails. A value of 0 indicates an infinite wait time. Read only.

Syntax

Public Dim DatabaseLogonTimeout As Int32  
public Int32 DatabaseLogonTimeout;  

Property values

A 32-bit signed integer object that represents the number of seconds.

Example code

MSReportServer_ConfigurationSetting class

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

Related content