Catalog Constructeurs
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.
Surcharges
Catalog(IntegrationServices) | |
Catalog(IntegrationServices, String, String) |
Initialise une nouvelle instance de la classe Catalog avec le parent, le nom et le mot de passe spécifiés. |
Catalog(IntegrationServices)
public:
Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices)
Paramètres
- parent
- IntegrationServices
S’applique à
Catalog(IntegrationServices, String, String)
Initialise une nouvelle instance de la classe Catalog avec le parent, le nom et le mot de passe spécifiés.
public:
Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::String ^ name, System::String ^ password);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, string name, string password);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * string * string -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices, name As String, password As String)
Paramètres
- parent
- IntegrationServices
Parent du catalogue.
- name
- String
Nom du catalogue.
- password
- String
Mot de passe du catalogue.