ConfigurationSetting property - DatabaseQueryTimeout

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: root\Microsoft\SqlServer\ReportServer\<InstanceName>\v13\Admin

MSReportServer_ConfigurationSetting members