IDTSApplication100.CreateFolderOnDtsServer(String, String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una cartella sul server che appare nel nodo Stored Packages della gerarchia dei servizi di Integrazione.
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
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.
- Attributi