Bagikan melalui


DTSReadOnlyCollectionBase Members

Include Protected Members
Include Inherited Members

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.

The DTSReadOnlyCollectionBase type exposes the following members.

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
Protected method CreateManagedObject(Object) Infrastructure.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Protected method GetCount() Infrastructure.
Public method GetEnumerator() Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Public method GetHashCode() (Inherited from Object.)
Protected method GetManagedEnumerator(Object) Infrastructure.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_unmanagedColl Infrastructure.

Top

Properties

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

Top