CatalogCollection Class
SQL Server 2012
Represents the collection for catalogs.
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<Catalog, Catalog.Key, IntegrationServices>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<Catalog, Catalog.Key, IntegrationServices>
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
The CatalogCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CatalogCollection(IntegrationServices) | Initializes a new instance of the CatalogCollection class with the specified parent. |
![]() | CatalogCollection(IntegrationServices, IComparer<String>) | Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer. |
| Name | Description | |
|---|---|---|
![]() | Ascending | (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | Count | (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | Initialized | (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | IsSynchronized | (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | Item[String] | Gets the catalog from the catalog collection based upon the specified name. |
![]() | Item[K] | (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | Parent | (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.) |
![]() | SyncRoot | (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.) |
Top
Top


