次の方法で共有


ServerGroup.IsSystemServerGroup プロパティ

サーバー グループがシステム オブジェクトであるかどうかを示す Boolean 値を取得します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IsSystemServerGroup As Boolean 
    Get
'使用
Dim instance As ServerGroup 
Dim value As Boolean 

value = instance.IsSystemServerGroup
[SfcIgnoreAttribute]
public bool IsSystemServerGroup { get; }
[SfcIgnoreAttribute]
public:
property bool IsSystemServerGroup {
    bool get ();
}
[<SfcIgnoreAttribute>]
member IsSystemServerGroup : bool
function get IsSystemServerGroup () : boolean

プロパティ値

型: System.Boolean
オブジェクトがシステム オブジェクトであるかどうかを示す Boolean 値です。 True の場合、オブジェクトはシステム オブジェクトです。False の場合は、そうでないことを示します。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

ServerGroup クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間