Partager via


CatalogCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe CatalogCollection.

Surcharges

CatalogCollection(IntegrationServices)

Initialise une nouvelle instance de la classe CatalogCollection avec le parent spécifié.

CatalogCollection(IntegrationServices, IComparer<String>)

Initialise une nouvelle instance de la classe CatalogCollection avec le parent et le comparateur personnalisé spécifiés.

CatalogCollection(IntegrationServices)

Initialise une nouvelle instance de la classe CatalogCollection avec le parent spécifié.

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)

Paramètres

parent
IntegrationServices

Parent du catalogue.

S’applique à

CatalogCollection(IntegrationServices, IComparer<String>)

Initialise une nouvelle instance de la classe CatalogCollection avec le parent et le comparateur personnalisé spécifiés.

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))

Paramètres

parent
IntegrationServices

Parent du catalogue.

customComparer
IComparer<String>

Comparateur personnalisé.

S’applique à