共用方式為


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 命名空間