CatalogFolder(Catalog, String, String) Constructeur
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.
Initialise une nouvelle instance de la classe CatalogFolder avec le parent, le nom et la description spécifiés.
public:
CatalogFolder(Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ parent, System::String ^ name, System::String ^ description);
public CatalogFolder (Microsoft.SqlServer.Management.IntegrationServices.Catalog parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder : Microsoft.SqlServer.Management.IntegrationServices.Catalog * string * string -> Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Public Sub New (parent As Catalog, name As String, description As String)
Paramètres
- parent
- Catalog
Parent.
- name
- String
Nom du dossier.
- description
- String
Description du dossier.