Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.35 KB

File metadata and controls

47 lines (38 loc) · 1.35 KB
title DatabaseLogonTimeout Property (WMI MSReportServer_ConfigurationSetting) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services-native
ms.topic conceptual
api_name
DatabaseLogonTimeout Property
api_location
reportingservices.mof
topic_type
apiref
helpviewer_keywords
DatabaseLogonTimeout property
ms.assetid 4a65162c-33de-485e-8fd3-2bd6bff8bf8d
author maggiesMSFT
ms.author maggies
manager kfile

DatabaseLogonTimeout Property (WMI MSReportServer_ConfigurationSetting)

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