QueryDefinition.Timeout Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query attempt.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public int Timeout { get; set; }
public:
property int Timeout {
    int get();
    void set(int value);
}
member Timeout : int with get, set
Public Property Timeout As Integer

Property Value

Type: System.Int32

An Integer value.

See Also

QueryDefinition Class
ReportService2005 Namespace

Return to top