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 RegisteredServer
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 でのみサポートされています。