Aracılığıyla paylaş


Server.ClusterQuorumType Property

Gets the type of the cluster quorum.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType
    Get
'Kullanım
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

Property Value

Type: Microsoft.SqlServer.Management.Smo.ClusterQuorumType
The type of the cluster quorum.

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace