RegisteredServersStore.IsLocal プロパティ

登録済みサーバーがローカルかどうかを示すブール値を取得します。

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

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean 
    Get
'使用
Dim instance As RegisteredServersStore 
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 でのみサポートされています。

関連項目

参照

RegisteredServersStore クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間