CatalogCollection 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.
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.