ProjectInfo.Move 方法

Moves the object to be a child of another folder.

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

语法

声明
Public Sub Move ( _
    folderName As String _
)
用法
Dim instance As ProjectInfo 
Dim folderName As String

instance.Move(folderName)
public void Move(
    string folderName
)
public:
void Move(
    String^ folderName
)
member Move : 
        folderName:string -> unit
public function Move(
    folderName : String
)

参数

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间