ForEachItem Properties
Namespace:
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets an Integer that specifies the number of elements contained in the collection. |
![]() | IsSynchronized | Gets a Boolean that indicates whether access to the collection is synchronized (thread-safe). |
![]() | Item[Object^] | Returns a ForEachItemValue object from the collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Show:
