RegisteredServer.IsDropped プロパティ

登録済みサーバーが削除されたかどうかを示す Boolean 値を取得します。

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

構文

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

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

プロパティ値

型: System.Boolean
登録済みサーバーが削除されたかどうかを示す Boolean 値です。 True の場合、登録済みサーバーは削除されています。False の場合は、そうでないことを示します。

説明

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

関連項目

参照

RegisteredServer クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間