次の方法で共有


ManagedInstance.IsClustered プロパティ

サーバー インスタンスがクラスター サーバーの一部であるかどうかを示す値を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsClustered As Boolean 
    Get
'使用
Dim instance As ManagedInstance 
Dim value As Boolean 

value = instance.IsClustered
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsClustered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsClustered {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsClustered : bool
function get IsClustered () : boolean

プロパティ値

型: System.Boolean
サーバー インスタンスがクラスターの一部であるかどうかを示す Boolean 値です。True の場合、サーバー インスタンスはクラスター化されていることを意味します。それ以外の場合は、False になります。

関連項目

参照

ManagedInstance クラス

Microsoft.SqlServer.Management.Utility 名前空間