Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 following tables list the members exposed by the DTSReadOnlyCollectionBase type.
Protected Fields
Name | Description | |
---|---|---|
![]() |
m_unmanagedColl |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CopyTo | Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateManagedObject | |
![]() |
Finalize | (inherited from Object ) |
![]() |
GetCount | |
![]() |
GetManagedEnumerator | |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace