IServerInformation.IsHadrEnabled Property
Gets a value that indicates whether the Hadr is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")> _
<DisplayNameKeyAttribute("Server_IsHadrEnabledName")> _
ReadOnly Property IsHadrEnabled As Boolean
Get
'Kullanım
Dim instance As IServerInformation
Dim value As Boolean
value = instance.IsHadrEnabled
[DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")]
[DisplayNameKeyAttribute("Server_IsHadrEnabledName")]
bool IsHadrEnabled { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsHadrEnabledDesc")]
[DisplayNameKeyAttribute(L"Server_IsHadrEnabledName")]
property bool IsHadrEnabled {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_IsHadrEnabledDesc")>]
[<DisplayNameKeyAttribute("Server_IsHadrEnabledName")>]
abstract IsHadrEnabled : bool
function get IsHadrEnabled () : boolean
Property Value
Type: System.Boolean
True if the Hadr is enabled; otherwise, false.