--- 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 ```vb Public Dim DatabaseLogonTimeout As Int32 ``` ```csharp public Int32 DatabaseLogonTimeout; ``` ## Property Values A 32-bit signed integer object that represents the number of seconds. ## Example Code [MSReportServer_ConfigurationSetting Class](msreportserver-configurationsetting-class.md) ## Requirements **Namespace:** [!INCLUDE[ssRSWMInmspcA](../../includes/ssrswminmspca-md.md)] ## See Also [MSReportServer_ConfigurationSetting Members](msreportserver-configurationsetting-members.md)