IDTSApplication150.CreateFolderOnDtsServer(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- bstrNewFolderName
- String
- bstrServerName
- String
Implements
- Attributes