次の方法で共有


IsLocal プロパティ

サーバー グループがローカルかどうかを示す Boolean 値を取得します。

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean
サーバー グループがローカルかどうかを示す Boolean 値です。
True の場合、サーバー グループはローカルです。False の場合は、そうでないことを示します。

説明

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