Catalog Konstruktoren

Definition

Überlädt

Catalog(IntegrationServices)
Catalog(IntegrationServices, String, String)

Initialisiert eine neue Instanz der Catalog-Klasse mit dem angegebenen übergeordneten Element sowie mit dem angegebenen Namen und Kennwort.

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)

Parameter

Gilt für:

Catalog(IntegrationServices, String, String)

Initialisiert eine neue Instanz der Catalog-Klasse mit dem angegebenen übergeordneten Element sowie mit dem angegebenen Namen und Kennwort.

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)

Parameter

parent
IntegrationServices

Das übergeordnete Element des Katalogs.

name
String

Der Name des Katalogs.

password
String

Das Kennwort des Katalogs.

Gilt für: