AvailabilityReplica.SessionTimeout プロパティ

可用性レプリカのタイムアウトを取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SessionTimeout As Integer 
    Get 
    Set
'使用
Dim instance As AvailabilityReplica 
Dim value As Integer 

value = instance.SessionTimeout

instance.SessionTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int SessionTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int SessionTimeout {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SessionTimeout : int with get, set
function get SessionTimeout () : int 
function set SessionTimeout (value : int)

プロパティ値

型: System.Int32
可用性レプリカのタイムアウトです。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間