共用方式為


SqlConnection.CommandTimeout 屬性

定義

取得在終止執行命令並產生錯誤之前,) 以秒為單位的預設等候時間 (。 預設值為 30 秒。

public:
 property int CommandTimeout { int get(); };
public int CommandTimeout { get; }
member this.CommandTimeout : int
Public ReadOnly Property CommandTimeout As Integer

屬性值

等待命令執行的時間 (以秒為單位)。 預設值為 30 秒。

備註

您可以使用連接字串中的 關鍵字來設定預設等候時間 Command Timeout 。 值為 0 表示嘗試執行命令 (無限期等候) 。

適用於