MirroringTimeout プロパティ
プリンシパル サーバー インスタンスが、ミラーリング セッションの別のインスタンスからの PING メッセージを、他のインスタンスが切断されていると想定するまで待機する最大時間を秒単位で取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringTimeout As Integer
Get
Set
'使用
Dim instance As Database
Dim value As Integer
value = instance.MirroringTimeout
instance.MirroringTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MirroringTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property int MirroringTimeout {
int get () sealed;
void set (int value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract MirroringTimeout : int with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override MirroringTimeout : int with get, set
final function get MirroringTimeout () : int
final function set MirroringTimeout (value : int)
プロパティ値
型: System. . :: . .Int32
プリンシパル サーバー インスタンスでのミラーリング タイムアウト期間を秒単位で示す Int32 値。
実装
説明
MirroringTimeout プロパティの既定値は 10 秒です。5 以上の値を指定すると、タイムアウト時間は指定した秒数に設定されます。タイムアウト値に 0 ~ 4 秒を指定すると、タイムアウト時間は自動的に 5 秒に設定されます。