CatalogCollection Class
Represents the collection for catalogs.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcCollection<T, K, ParentT>
Microsoft.SqlServer.Management.Sdk.Sfc::SfcCollatedDictionaryCollection<T, K, ParentT>
Microsoft.SqlServer.Management.IntegrationServices::CatalogCollection
| 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<T, K, ParentT>.) |
![]() | Count | (Inherited from SfcCollatedDictionaryCollection<T, K, ParentT>.) |
![]() | Initialized | (Inherited from SfcCollection<T, K, ParentT>.) |
![]() | IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<T, K, ParentT>.) |
![]() | IsSynchronized | (Inherited from SfcCollection<T, K, ParentT>.) |
![]() | Item[K] | (Inherited from SfcCollection<T, K, ParentT>.) |
![]() | Item[String^] | Gets the catalog from the catalog collection based upon the specified name. |
![]() | Parent | (Inherited from SfcCollection<T, K, ParentT>.) |
![]() | SyncRoot | (Inherited from SfcCollection<T, K, ParentT>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






