Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.47 KB

File metadata and controls

47 lines (38 loc) · 1.47 KB
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

Public Dim DatabaseQueryTimeout As UInt32  
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

Requirements

Namespace: [!INCLUDEssRSWMInmspcA]

See Also

MSReportServer_ConfigurationSetting Members