共用方式為


ServerGroup.Drop 方法

Drops the registered server.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Sub Drop
'用途
Dim instance As ServerGroup

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

實作

IDroppable.Drop()

備註

The Drop method removes the registered server from the instance of SQL Server.

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

ServerGroup 類別

Microsoft.SqlServer.Management.RegisteredServers 命名空間