共用方式為


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 命名空間