ClusterNodeState Enum
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.
Matching MSCluster_Node definition http://msdn.microsoft.com/en-us/library/aa371446(v=vs.85).aspx
C#
public enum ClusterNodeState
type ClusterNodeState =
Public Enum ClusterNodeState
- Inheritance
-
ClusterNodeState
Name | Value | Description |
---|---|---|
Unknown | -1 | unknown state |
Up | 0 | node is up |
Down | 1 | node is down |
Paused | 2 | node paused |
Joining | 3 | node joining |
Produkt | Verzie |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 160.2004021.0 |