Partager via


Classe CatalogCollection

Represents the collection for catalogs.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CatalogCollection _
    Inherits SfcCollatedDictionaryCollection(Of Catalog, Catalog.Key, IntegrationServices)
'Utilisation
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>

Le type CatalogCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CatalogCollection(IntegrationServices) Initializes a new instance of the CatalogCollection class with the specified parent.
Méthode publique CatalogCollection(IntegrationServices, IComparer<String>) Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.

Haut de la page

Propriétés

  Nom Description
Propriété publique Ascending (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété publique Count (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété protégée Initialized (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété publique IsReadOnly (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété publique IsSynchronized (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété publique Item[String] Gets the catalog from the catalog collection based upon the specified name.
Propriété publique Item[K] (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété protégée Parent (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Propriété publique SyncRoot (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Clear (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Contains(String) Gets or sets a value that indicates whether the catalog collection contains the specified name.
Méthode publique Contains(T) (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Contains(T) (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique CopyTo(Array, Int32) (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique CopyTo(array<T[], Int32) (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Refresh() (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Refresh(Boolean) (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique Remove (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode protégée RemoveInternal (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode protégée Rename (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Méthode publique ToString (hérité de Object.)
Méthode publique TryGetValue (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ISfcCollection.Add (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.AddShadow (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée IComparer<K>.Compare (hérité de SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface explicitePropriété privée IListSource.ContainsListCollection (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface explicitePropriété privée ISfcCollection.Count (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.EnsureInitialized (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.FinishMerge (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.GetCollectionElementNameImpl (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.GetElementFactory (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.GetExisting (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée IListSource.GetList (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.GetObjectByKey (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface explicitePropriété privée ISfcCollection.Initialized (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface explicitePropriété privée ISfcCollection.Parent (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.PrepareMerge (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.Remove (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.RemoveElement (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)
Implémentation d'interface expliciteMéthode privée ISfcCollection.Rename (hérité de SfcCollection<Catalog, Catalog.Key, IntegrationServices>.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices