Compartir a través de


ProjectInfo.ISfcMovable.Move Método

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

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

Sintaxis

'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Implementa

ISfcMovable.Move(SfcInstance)

Vea también

Referencia

ProjectInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices