IDTSApplication100.CreateFolderOnSQLServer Method

Definition

Creates a folder on the specified instance of SQL Server.

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

Parameters

bstrParent
String

The name of the parent folder. If you want to create a folder under the File System node, use the CreateFolderOnDtsServer(String, String, String) method.

bstrNewFolderName
String

The name of the folder to create.

bstrServerName
String

The name of the instance of SQL Server.

bstrServerUserName
String

The user name to use when authenticating on the server.

bstrServerPassword
String

The password associated with the bstrServerUserName account.

Attributes

Applies to