ServerGroup.Move(ServerGroup) Method

Definition

Moves the ServerGroup 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

Applies to