Membros 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.
O tipo DTSReadOnlyCollectionBase expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. | |
CreateManagedObject | Infraestrutura. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetCount | Infraestrutura. | |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
GetHashCode | (Herdado de Object.) | |
GetManagedEnumerator | Infraestrutura. | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Consulte também