Catalog Constructeurs

Définition

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

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.

S’applique à