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