Metodo ProjectInfo.ISfcMovable.Move
Moves this object under the specified parent object and updates the storage to reflect the move.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Private Sub Move ( _
newParent As SfcInstance _
) Implements ISfcMovable.Move
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- newParent
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The parent object.
Implementa
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices