Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.39 KB

configurationsetting-property-databaselogontimeout.md

File metadata and controls

42 lines (33 loc) · 1.39 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords apilocation apiname apitype
DatabaseLogonTimeout property (WMI MSReportServer_ConfigurationSetting)
DatabaseLogonTimeout property (WMI MSReportServer_ConfigurationSetting)
maggiesMSFT
maggies
03/01/2017
reporting-services
wmi-provider-library-reference
conceptual
updatefrequency5
DatabaseLogonTimeout property
reportingservices.mof
DatabaseLogonTimeout Property
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

MSReportServer_ConfigurationSetting members