ApplicationClass.CreateFolderOnDtsServer(String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual void CreateFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSApplication130::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)
Parâmetros
- bstrParent
- String
- bstrNewFolderName
- String
- bstrServerName
- String
Implementações
- Atributos