AvailabilityGroupListener.IsConformant プロパティ
可用性グループが準拠しているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property IsConformant As Boolean
Get
'使用
Dim instance As AvailabilityGroupListener
Dim value As Boolean
value = instance.IsConformant
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")]
public bool IsConformant { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"true")]
public:
property bool IsConformant {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")>]
member IsConformant : bool
function get IsConformant () : boolean
プロパティ値
型: System.Boolean
可用性グループが準拠している場合は true、それ以外の場合は false です。