Compartilhar via


Método ProjectInfo.ISfcMovable.Move

Moves this object under the specified parent object and updates the storage to reflect the move.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
'Uso
Dim instance As ProjectInfo 
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

Implementa

ISfcMovable.Move(SfcInstance)

Consulte também

Referência

ProjectInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices