Compartir a través de


ServerGroup.Move Método

Specifies the RegisteredServersServerGroup object to move in a new location.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public Sub Move ( _
    newParent As ServerGroup _
)
'Uso
Dim instance As ServerGroup 
Dim newParent As ServerGroup

instance.Move(newParent)
public void Move(
    ServerGroup newParent
)
public:
void Move(
    ServerGroup^ newParent
)
member Move : 
        newParent:ServerGroup -> unit
public function Move(
    newParent : ServerGroup
)

Parámetros

Vea también

Referencia

ServerGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers