IDTSVariables100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides properties and methods for working on a collection of IDTSVariable100 objects.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements contained in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an IDTSVariable100 object from the collection. |
![]() | Locked | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the variables in the collection are locked. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, Boolean, String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Provides properties and methods for working on a collection of IDTSVariable100 objects. |
![]() | Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the items in the collection can be accessed by using indexing without throwing an exception. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an IEnumerator enumerator for use in iterating over the collection. |
![]() | Join(IDTSVariable100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Joins the IDTSVariable100 to the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes an IDTSVariable100 object from the collection. |
![]() | Unlock() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the locks on the collection and flags the state of the collection as invalid or unknown. |

