RegisteredServer.Move(ServerGroup) Method
Definition
Moves the RegisteredServer to be a child of another ServerGroup.
public void Move (Microsoft.SqlServer.Management.RegisteredServers.ServerGroup newParent);
member this.Move : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup -> unit
Public Sub Move (newParent As ServerGroup)
Parameters
- newParent
- ServerGroup