SqlBatch.Timeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在終止嘗試執行批次併產生錯誤之前,) 秒為單位的等候時間 (。
public:
virtual property int Timeout { int get(); void set(int value); };
public override int Timeout { get; set; }
member this.Timeout : int with get, set
Public Overrides Property Timeout As Integer
屬性值
等候批次執行的時間,以秒為單位,其與底下層處於合約中 CommandTimeout
備註
ArgumentException如果指定Timeout屬性值小於 0, 就會產生 。
實作者的注意事項:建議 0 表示沒有逾時。