ConnectionTimeoutInternal プロパティ
内部接続タイムアウト期間の秒数を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Protected Property ConnectionTimeoutInternal As Integer
Get
Set
'使用
Dim value As Integer
value = Me.ConnectionTimeoutInternal
Me.ConnectionTimeoutInternal = value
protected int ConnectionTimeoutInternal { get; set; }
protected:
property int ConnectionTimeoutInternal {
int get ();
void set (int value);
}
member ConnectionTimeoutInternal : int with get, set
function get ConnectionTimeoutInternal () : int
function set ConnectionTimeoutInternal (value : int)
プロパティ値
型: System. . :: . .Int32
内部接続タイムアウト期間を示す Int32 値です。