MultiServerSqlConnectionInfo.ExecutionTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Transact-SQL 批次的執行逾時間隔,單位為秒。
public:
property int ExecutionTimeout { int get(); void set(int value); };
public int ExecutionTimeout { get; set; }
member this.ExecutionTimeout : int with get, set
Public Property ExecutionTimeout As Integer
屬性值
Int32 an 指定閒置執行操作逾時前的時間(秒數)。若為 0,則逾時區間為無限。