Partager via


Membres DTSReadOnlyCollectionBase

Defines an abstract base class that implements the common members used by all Integration Services read-only collections. It provides the abstract (MustInherit in Visual Basic) base class for a strongly typed collection.

Le type DTSReadOnlyCollectionBase expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Méthode protégée CreateManagedObject Infrastructure.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée GetCount Infrastructure.
Méthode publique GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Méthode publique GetHashCode (Hérité de Object.)
Méthode protégée GetManagedEnumerator Infrastructure.
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_unmanagedColl Infrastructure.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Propriété publique IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

Haut de la page