ProjectInfo.ISfcMovable.Move 方法

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

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

ISfcMovable.Move(SfcInstance)

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间