Partager via


Propriété AvailabilityGroupListener.IsConformant

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property IsConformant As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AvailabilityGroupListener Classe

Espace de noms Microsoft.SqlServer.Management.Smo