Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the availability group is conformant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property IsConformant As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
True if the availability group is conformant; otherwise, false.