ProjectInfo.Move メソッド

オブジェクトを移動して別のフォルダーの子にします。

名前空間:  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 名前空間