CatalogCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der CatalogCollection-Klasse.

Überlädt

CatalogCollection(IntegrationServices)

Initialisiert eine neue Instanz der CatalogCollection-Klasse mit dem angegebenen übergeordneten Element.

CatalogCollection(IntegrationServices, IComparer<String>)

Initialisiert eine neue Instanz der CatalogCollection-Klasse mit dem angegebenen übergeordneten Element und dem benutzerdefinierten Vergleich.

CatalogCollection(IntegrationServices)

Initialisiert eine neue Instanz der CatalogCollection-Klasse mit dem angegebenen übergeordneten Element.

public:
 CatalogCollection(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent);
public CatalogCollection (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Public Sub New (parent As IntegrationServices)

Parameter

parent
IntegrationServices

Das übergeordnete Element des Katalogs.

Gilt für:

CatalogCollection(IntegrationServices, IComparer<String>)

Initialisiert eine neue Instanz der CatalogCollection-Klasse mit dem angegebenen übergeordneten Element und dem benutzerdefinierten Vergleich.

public:
 CatalogCollection(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public CatalogCollection (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Public Sub New (parent As IntegrationServices, customComparer As IComparer(Of String))

Parameter

parent
IntegrationServices

Das übergeordnete Element des Katalogs.

customComparer
IComparer<String>

Der benutzerdefinierte Vergleich.

Gilt für: