RegisteredServer.IsDropped 属性

Gets the Boolean value that specifies whether the registered server has been dropped or not.

命名空间:  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
A Boolean value that specifies whether the registered server has been dropped.If True, the registered server has been dropped. Otherwise, False.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

RegisteredServer 类

Microsoft.SqlServer.Management.RegisteredServers 命名空间