Server.ClusterQuorumState 속성

Gets the state of the cluster quorum.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumState As ClusterQuorumState 
    Get
‘사용 방법
Dim instance As Server 
Dim value As ClusterQuorumState 

value = instance.ClusterQuorumState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ClusterQuorumState ClusterQuorumState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ClusterQuorumState ClusterQuorumState {
    ClusterQuorumState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClusterQuorumState : ClusterQuorumState
function get ClusterQuorumState () : ClusterQuorumState

속성 값

유형: Microsoft.SqlServer.Management.Smo.ClusterQuorumState
The state of the cluster quorum.

참고 항목

참조

Server 클래스

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