ClusterMemberState Enumerazione

Definizione

Stato di un membro in un cluster di Windows.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterMemberStateConverter))]
public enum ClusterMemberState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ClusterMemberStateConverter))>]
type ClusterMemberState = 
Public Enum ClusterMemberState
Ereditarietà
ClusterMemberState
Attributi

Campi

Nome Valore Descrizione
Offline 0

Il membro è offline.

Online 1

Il membro è online.

PartiallyOnline 2

Il membro è online.

Unknown 3

Il membro è sconosciuto

Si applica a