หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the state of a member in a Windows Cluster.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration ClusterMemberState
'Usage
Dim instance As ClusterMemberState
public enum ClusterMemberState
public enum class ClusterMemberState
type ClusterMemberState
public enum ClusterMemberState
Members
| Member name | Description | |
|---|---|---|
| Offline | The member is offline. | |
| Online | The member is online. | |
| PartiallyOnline | The member is partially online. | |
| Unknown | The member is unknown. |