SqlConnectionStringBuilder.CommandTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在終止執行命令並產生錯誤之前,預設等候時間 (秒) 。 預設值為 30 秒。
public:
property int CommandTimeout { int get(); void set(int value); };
public int CommandTimeout { get; set; }
member this.CommandTimeout : int with get, set
Public Property CommandTimeout As Integer
屬性值
等待命令執行的時間 (以秒為單位)。 預設值為 30 秒。
例外狀況
設定的值小於 0。
備註
此屬性會對應至連接字串內的 SqlConnection 「Command Timeout」 索引鍵。
有效值大於或等於 0,且小於或等於 2147483647。