IDTSApplication100.CreateFolderOnDtsServer(String, String, String) Metodo

Definizione

Crea una cartella nel server che verrà visualizzata nel nodo Pacchetti archiviati della gerarchia del servizio Integration Services.

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)

Parametri

bstrParent
String

Nome della cartella di livello principale in cui salvare questa cartella.

bstrNewFolderName
String

Nome da assegnare alla cartella appena creata.

bstrServerName
String

Nome del server in cui è in esecuzione il servizio Integration Services.

Attributi

Si applica a