Information.IsHadrEnabled 속성

Gets a value that indicates whether the Hadr is enabled.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsHadrEnabled As Boolean 
    Get
‘사용 방법
Dim instance As Information 
Dim value As Boolean 

value = instance.IsHadrEnabled
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public bool IsHadrEnabled { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property bool IsHadrEnabled {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member IsHadrEnabled : bool
function get IsHadrEnabled () : boolean

속성 값

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

참고 항목

참조

Information 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스