Linguaggio

ApplicationClass.CreateFolderOnDtsServer(String, String, String) Metodo

Definizione

Crea una cartella sul server che appare nel nodo Stored Packages della gerarchia dei servizi di Integrazione.

public:
 virtual void CreateFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::CreateFolderOnDtsServer;
public:
 virtual void CreateFolderOnDtsServer(System::String ^ bstrParent, System::String ^ bstrNewFolderName, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::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)

Parametri

bstrParent
String

Il nome della cartella di livello superiore sotto cui salvare questa cartella.

bstrNewFolderName
String

Il nome da dare alla cartella appena creata.

bstrServerName
String

Il nome del server che esegue il servizio Integration Services.

Implementazioni

Attributi

Si applica a