RegisteredServer.Move(ServerGroup) 方法

定义

将 RegisteredServer 移动到另一个 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)

参数

newParent
ServerGroup

适用于