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 | |
---|---|---|
CopyTo(Array, Int32) | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. | |
CreateManagedObject(Object) | Infrastructure. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetCount() | Infrastructure. | |
GetEnumerator() | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
GetHashCode() | (Inherited from Object.) | |
GetManagedEnumerator(Object) | Infrastructure. | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. | |
IsSynchronized | Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). | |
SyncRoot | Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. |
Top