Partager via


Méthode ProjectInfo.ISfcMovable.Move

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Implémente

ISfcMovable.Move(SfcInstance)

Voir aussi

Référence

ProjectInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices