Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.43 KB

File metadata and controls

46 lines (35 loc) · 1.43 KB
title DatabaseLogonTimeout Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.date 03/01/2017
ms.prod reporting-services
ms.prod_service reporting-services-native
ms.technology wmi-provider-library-reference
ms.topic conceptual
apiname
DatabaseLogonTimeout Property
apilocation
reportingservices.mof
apitype MOFDef
helpviewer_keywords
DatabaseLogonTimeout property
ms.assetid 4a65162c-33de-485e-8fd3-2bd6bff8bf8d
author maggiesMSFT
ms.author maggies

ConfigurationSetting Property - DatabaseLogonTimeout

Specifies the number of seconds to wait before an attempt to log on 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]

See Also

MSReportServer_ConfigurationSetting Members