AvailabilityGroupListener.IsConformant 속성

Gets or sets a value that indicates whether the availability group is conformant.

네임스페이스:  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 if the availability group is conformant; otherwise, false.

참고 항목

참조

AvailabilityGroupListener 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스