Membres 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.
Le type DTSReadOnlyCollectionBase expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. | |
CreateManagedObject | Infrastructure. | |
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetCount | Infrastructure. | |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
GetHashCode | (Hérité de Object.) | |
GetManagedEnumerator | Infrastructure. | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de Object.) |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Voir aussi