共用方式為


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 命名空間