QueryDefinition.Timeout 屬性

定義

取得或設定報告伺服器等待查詢回傳結果的時間(秒數),然後放棄查詢。

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

屬性值

一個 Integer 代表報告伺服器等待查詢回傳結果的時間(以秒計)的值,然後才放棄查詢。

備註

屬性的值 Timeout 有一個相應 TimeoutSpecified 屬性,指示該屬性是否應從網路服務呼叫中省略。

欲了解更多關於省略屬性的資訊,請參閱「 可選網路服務物件的省略值」。

適用於