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. |