ClusterMemberState 枚举
Specifies the state of a member in a Windows Cluster.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration ClusterMemberState
用法
Dim instance As ClusterMemberState
public enum ClusterMemberState
public enum class ClusterMemberState
type ClusterMemberState
public enum ClusterMemberState
成员
成员名称 | 说明 | |
---|---|---|
Offline | The member is offline. | |
Online | The member is online. | |
PartiallyOnline | The member is partially online. | |
Unknown | The member is unknown. |