Compartir a través de


Server.ClusterQuorumType Propiedad

Gets the type of the cluster quorum.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ClusterQuorumType As ClusterQuorumType 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo