ApplicationClass.CreateFolderOnDtsServer(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un dossier sur le serveur qui s’affiche dans le nœud Packages stockés de la hiérarchie du service Integration Services.
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)
Paramètres
- bstrParent
- String
Nom du dossier de niveau supérieur sous lequel enregistrer ce dossier.
- bstrNewFolderName
- String
Nom à donner au dossier créé récemment.
- bstrServerName
- String
Nom du serveur exécutant le service Integration Services.
Implémente
- Attributs