ClusterMemberState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of a member in a Windows Cluster.
[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
- Inheritance
-
ClusterMemberState
- Attributes
Fields
Name | Value | Description |
---|---|---|
Offline | 0 | The member is offline. |
Online | 1 | The member is online. |
PartiallyOnline | 2 | The member is online. |
Unknown | 3 | The member is unknown |