AvailabilityDatabase.IsPendingSecondarySuspend プロパティ

強制フェールオーバー後に、新しいプライマリが前のプライマリからの中断操作の受信確認を待っているかどうかを示す値を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsPendingSecondarySuspend As Boolean 
    Get
'使用
Dim instance As AvailabilityDatabase 
Dim value As Boolean 

value = instance.IsPendingSecondarySuspend
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsPendingSecondarySuspend { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsPendingSecondarySuspend {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsPendingSecondarySuspend : bool
function get IsPendingSecondarySuspend () : boolean

プロパティ値

型: System.Boolean
強制フェールオーバー後に、新しいプライマリが前のプライマリからの中断操作の受信確認を待っている場合は true、それ以外の場合は false です。

関連項目

参照

AvailabilityDatabase クラス

Microsoft.SqlServer.Management.Smo 名前空間