DTSReadOnlyCollectionBase 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 following tables list the members exposed by the DTSReadOnlyCollectionBase type.
Protected Fields
이름 | Description | |
---|---|---|
m_unmanagedColl |
위쪽
Public Properties
이름 | 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. |
위쪽
Public Methods
(see also Protected Methods )
이름 | 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 ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
CreateManagedObject | ||
Finalize | (inherited from Object ) | |
GetCount | ||
GetManagedEnumerator | ||
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace