Server.ClusterQuorumType プロパティ

クラスター クォーラムの種類を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType 
    Get
'使用
Dim instance As Server 
Dim value As ClusterQuorumType 

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ClusterQuorumType
クラスター クォーラムの種類です。

関連項目

参照

Server クラス

Microsoft.SqlServer.Management.Smo 名前空間