Freigeben über


QueryDefinition.Timeout Property

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: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property Timeout As Integer
public int Timeout { get; set; }
public:
property int Timeout {
    int get ();
    void set (int value);
}
/** @property */
public int get_Timeout ()

/** @property */
public void set_Timeout (int value)
public function get Timeout () : int

public function set Timeout (value : int)

Eigenschaftswert

An Integer value.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

QueryDefinition Class
QueryDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace