Information.IsClustered プロパティ
SQL Server のインスタンスがクラスター サーバーであるかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsClustered As Boolean
Get
'使用
Dim instance As Information
Dim value As Boolean
value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsClustered {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsClustered : bool
function get IsClustered () : boolean
プロパティ値
型: System.Boolean
SQL Server のインスタンスがクラスター サーバーで実行されているかどうかを示す Boolean 値です。 True の場合、サーバーはクラスター化されています。False (既定値) の場合、サーバーはクラスター化されていません。
説明
IsClustered プロパティは、SQL Server のインスタンスが Windows クラスタリングなどを使用しているクラスター サーバーであるかどうかを示す Boolean 値です。