Compartir a través de


AvailabilityGroupListener.IsConformant Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property IsConformant As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
True if the availability group is conformant; otherwise, false.

Vea también

Referencia

AvailabilityGroupListener Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo