Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Moves this object under the specified parent object and updates the storage to reflect the move. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Private Sub Move ( _
newParent As SfcInstance _
) Implements ISfcMovable.Move
'Uso
Dim instance As RegisteredServer
Dim newParent As SfcInstance
CType(instance, ISfcMovable).Move(newParent)
void ISfcMovable.Move(
SfcInstance newParent
)
private:
virtual void Move(
SfcInstance^ newParent
) sealed = ISfcMovable::Move
private abstract Move :
newParent:SfcInstance -> unit
private override Move :
newParent:SfcInstance -> unit
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- newParent
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that represents the object.