Compartilhar via


Propriedade do RDL IServerInformation.IsHadrEnabled

Gets a value that indicates whether the Hadr is enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("Server_IsHadrEnabledName")> _
<DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")> _
ReadOnly Property IsHadrEnabled As Boolean 
    Get
'Uso
Dim instance As IServerInformation 
Dim value As Boolean 

value = instance.IsHadrEnabled
[DisplayNameKeyAttribute("Server_IsHadrEnabledName")]
[DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")]
bool IsHadrEnabled { get; }
[DisplayNameKeyAttribute(L"Server_IsHadrEnabledName")]
[DisplayDescriptionKeyAttribute(L"Server_IsHadrEnabledDesc")]
property bool IsHadrEnabled {
    bool get ();
}
[<DisplayNameKeyAttribute("Server_IsHadrEnabledName")>]
[<DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")>]
abstract IsHadrEnabled : bool
function get IsHadrEnabled () : boolean

Valor da propriedade

Tipo: System.Boolean
True if the Hadr is enabled; otherwise, false.

Consulte também

Referência

IServerInformation Interface

Namespace Microsoft.SqlServer.Management.Smo