EnvironmentInfo.ISfcMovable.Move 方法

Moves the EnvironmentInfo object to be a child of another folder.

命名空间:  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 EnvironmentInfo 
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)

请参阅

参考

EnvironmentInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间