CatalogCollection Class
In this article
Represents the collection for catalogs.
Inheritance Hierarchy
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
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogCollection _
Inherits SfcCollatedDictionaryCollection(Of Catalog, Catalog.Key, IntegrationServices)
'Usage
Dim instance As CatalogCollection
public sealed class CatalogCollection : SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
public ref class CatalogCollection sealed : public SfcCollatedDictionaryCollection<Catalog^, Catalog.Key^, IntegrationServices^>
[<SealedAttribute>]
type CatalogCollection =
class
inherit SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
end
public final class CatalogCollection extends SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
The CatalogCollection type exposes the following members.
Constructors
Top
Properties
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
Methods
Add
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Clear
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(String)
Gets or sets a value that indicates whether the catalog collection contains the specified name.
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(T)
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(Array, Int32)
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(array<T[], Int32)
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Equals
(Inherited from Object .)
GetEnumerator
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
GetHashCode
(Inherited from Object .)
GetType
(Inherited from Object .)
Refresh()
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Refresh(Boolean)
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Remove
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
RemoveInternal
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Rename
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ToString
(Inherited from Object .)
TryGetValue
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Top
Explicit Interface Implementations
ISfcCollection.Add
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.AddShadow
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IComparer<K>.Compare
(Inherited from SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.ContainsListCollection
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Count
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.EnsureInitialized
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.FinishMerge
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetCollectionElementNameImpl
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetElementFactory
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IEnumerable.GetEnumerator
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetExisting
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.GetList
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetObjectByKey
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Initialized
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Parent
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.PrepareMerge
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Remove
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.RemoveElement
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Rename
(Inherited from SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace