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 | |
---|---|---|
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. | |
CreateManagedObject | Infrastruttura. | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetCount | Infrastruttura. | |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. | |
GetHashCode | (Ereditato da Object). | |
GetManagedEnumerator | Infrastruttura. | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Vedere anche