Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the cluster quorum.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType
Get
'Usage
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.