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