MultiServerSqlConnectionInfo.ConnectionTimeout 屬性

定義

以秒數計時或設定連線逾時間隔給伺服器。

public:
 property int ConnectionTimeout { int get(); void set(int value); };
public int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Property ConnectionTimeout As Integer

屬性值

A Int32 指定連線逾時前的時間(秒數)。若為 0,則逾時區間為無限。

適用於