ServerGroup.Drop Method
Drops the registered server.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub Drop
'Usage
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()
Implements
Remarks
The Drop method removes the registered server from the instance of SQL Server.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.