ServerGroup.Move(ServerGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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