CatalogCollection Class

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

  Name Description
Public method CatalogCollection(IntegrationServices) Initializes a new instance of the CatalogCollection class with the specified parent.
Public method CatalogCollection(IntegrationServices, IComparer<String>) Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.

Top

Properties

  Name Description
Public property Ascending (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public property Count (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Protected property Initialized (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public property IsReadOnly (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public property IsSynchronized (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public property Item[String] Gets the catalog from the catalog collection based upon the specified name.
Public property Item[K] (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Protected property Parent (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public property SyncRoot (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)

Top

Methods

  Name Description
Public method Add (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Clear (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Contains(String) Gets or sets a value that indicates whether the catalog collection contains the specified name.
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Contains(T) (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method CopyTo(Array, Int32) (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method CopyTo(array<T[], Int32) (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Refresh() (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Refresh(Boolean) (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method Remove (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Protected method RemoveInternal (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Protected method Rename (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcCollection.Add (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.AddShadow (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method IComparer<K>.Compare (Inherited from SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate property ISfcCollection.Count (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.EnsureInitialized (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.FinishMerge (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.GetCollectionElementNameImpl (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.GetElementFactory (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.GetExisting (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.GetObjectByKey (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate property ISfcCollection.Initialized (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate property ISfcCollection.Parent (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.PrepareMerge (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.Remove (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method ISfcCollection.RemoveElement (Inherited from SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explicit interface implemetationPrivate method 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