--- title: "DatabaseQueryTimeout 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: - "DatabaseQueryTimeout Property" api_location: - "reportingservices.mof" topic_type: - "apiref" helpviewer_keywords: - "DatabaseQueryTimeout property" ms.assetid: 96faed97-9799-4bbf-a66f-fdd532d3eace author: maggiesMSFT ms.author: maggies manager: kfile --- # DatabaseQueryTimeout Property (WMI MSReportServer_ConfigurationSetting) Specifies the number of seconds that must elapse before the report server assumes the command failed or took too much time to perform. The report server is timing the querying against the SQL catalog, not a data source for the report. Read/write. ## Syntax ```vb Public Dim DatabaseQueryTimeout As UInt32 ``` ```csharp public UInt32 DatabaseQueryTimeout; ``` ## Property Values A 32-bit unsigned `integer` object that represents the number of seconds that the query is allowed to run. ## 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)