Freigeben über


DTSReadOnlyCollectionBase-Member

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.

Der DTSReadOnlyCollectionBase-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Geschützte Methode CreateManagedObject Infrastruktur.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetCount Infrastruktur.
Öffentliche Methode GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetManagedEnumerator Infrastruktur.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_unmanagedColl Infrastruktur.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Öffentliche Eigenschaft IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

Zum Anfang