QueryDefinition.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query.
public:
property int Timeout { int get(); void set(int value); };
public int Timeout { get; set; }
member this.Timeout : int with get, set
Public Property Timeout As Integer
Property Value
An Integer
value that represents the length of time (in seconds) that the report server waits for a query to return results before abandoning the query.
Remarks
The value for the Timeout property has a corresponding TimeoutSpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see Omitting Values for Optional Web Service Objects.