Freigeben über


CatalogCollection-Klasse

Represents the collection for catalogs.

Vererbungshierarchie

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>

Der CatalogCollection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CatalogCollection(IntegrationServices) Initializes a new instance of the CatalogCollection class with the specified parent.
Öffentliche Methode CatalogCollection(IntegrationServices, IComparer<String>) Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Ascending (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Eigenschaft Count (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Geschützte Eigenschaft Initialized (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Eigenschaft IsReadOnly (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Eigenschaft IsSynchronized (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Eigenschaft Item[String] Gets the catalog from the catalog collection based upon the specified name.
Öffentliche Eigenschaft Item[K] (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Geschützte Eigenschaft Parent (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Eigenschaft SyncRoot (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Clear (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Contains(String) Gets or sets a value that indicates whether the catalog collection contains the specified name.
Öffentliche Methode Contains(T) (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Contains(T) (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode CopyTo(Array, Int32) (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode CopyTo(array<T[], Int32) (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Refresh() (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Refresh(Boolean) (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode Remove (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Geschützte Methode RemoveInternal (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Geschützte Methode Rename (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TryGetValue (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.Add (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.AddShadow (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode IComparer<K>.Compare (Geerbt von SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IListSource.ContainsListCollection (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcCollection.Count (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.EnsureInitialized (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.FinishMerge (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.GetCollectionElementNameImpl (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.GetElementFactory (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.GetExisting (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode IListSource.GetList (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.GetObjectByKey (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcCollection.Initialized (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ISfcCollection.Parent (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.PrepareMerge (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.Remove (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.RemoveElement (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Explizite SchnittstellenimplementierungPrivate Methode ISfcCollection.Rename (Geerbt von SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace