言語

IDTSApplication100.CreateFolderOnDtsServer(String, String, String) メソッド

定義

サーバー上にフォルダを作成し、Integration Servicesサービス階層のStored Packagesノードに表示されます。

public:
 void CreateFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(42)]
public void CreateFolderOnDtsServer(string bstrParent, string bstrNewFolderName, string bstrServerName);
[<System.Runtime.InteropServices.DispId(42)>]
abstract member CreateFolderOnDtsServer : string * string * string -> unit
Public Sub CreateFolderOnDtsServer (bstrParent As String, bstrNewFolderName As String, bstrServerName As String)

パラメーター

bstrParent
String

このフォルダを保存するための最上位フォルダの名前。

bstrNewFolderName
String

新しく作成したフォルダに付ける名前。

bstrServerName
String

統合サービスサービスを実行しているサーバーの名前です。

属性

適用対象