AvailabilityDatabase.IsSuspended プロパティ

可用性データベースが中断されているかどうかを示す値を取得または設定します。

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

構文

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

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

プロパティ値

型: System.Boolean
可用性データベースが中断されている場合は true、それ以外の場合は false です。

関連項目

参照

AvailabilityDatabase クラス

Microsoft.SqlServer.Management.Smo 名前空間