ClusterMemberState 列挙型

定義

Windows クラスター内のメンバーの状態。

[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
継承
ClusterMemberState
属性

フィールド

名前 説明
Offline 0

メンバーはオフラインです。

Online 1

メンバーはオンラインです。

PartiallyOnline 2

メンバーはオンラインです。

Unknown 3

メンバーが不明です

適用対象