Compartir a través de


DTSReadOnlyCollectionBase Miembros

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.

El tipo DTSReadOnlyCollectionBase expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Método protegido CreateManagedObject Infraestructura.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetCount Infraestructura.
Método publico GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Método publico GetHashCode (Se hereda de Object).
Método protegido GetManagedEnumerator Infraestructura.
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_unmanagedColl Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Propiedad pública IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

Principio