IDTSApplication100.CreateFolderOnDtsServer(String, String, String) Method

Definition

Creates a folder on the server that appears in the Stored Packages node of the Integration Services service hierarchy.

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)

Parameters

bstrParent
String

The name of the top level folder to save this folder under.

bstrNewFolderName
String

The name to give to the newly created folder.

bstrServerName
String

The name of the server running the Integration Services service.

Attributes

Applies to