ApplicationClass.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:
virtual void CreateFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::CreateFolderOnDtsServer;
[System.Runtime.InteropServices.DispId(42)]
public virtual void CreateFolderOnDtsServer (string bstrParent, string bstrNewFolderName, string bstrServerName);
[<System.Runtime.InteropServices.DispId(42)>]
abstract member CreateFolderOnDtsServer : string * string * string -> unit
override this.CreateFolderOnDtsServer : string * string * string -> unit
Public Overridable Sub CreateFolderOnDtsServer (bstrParent As String, bstrNewFolderName As String, bstrServerName As String)
Parameters
- bstrParent
- String
- bstrNewFolderName
- String
- bstrServerName
- String
Implements
- Attributes