Condividi tramite


Membri 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.

Il tipo DTSReadOnlyCollectionBase espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Metodo protetto CreateManagedObject Infrastruttura.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo protetto GetCount Infrastruttura.
Metodo pubblico GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo protetto GetManagedEnumerator Infrastruttura.
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Campi

  Nome Descrizione
Campo protetto m_unmanagedColl Infrastruttura.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Proprietà pubblica IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

In alto