Condividi tramite


Proprietà Server.ClusterQuorumType

Gets the type of the cluster quorum.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo