IDTSParameters100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a class used by both the package parameters and project parameters collection.
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 DTSReadOnlyCollectionBase instance. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a parameter object in the parameters collection with the specified index. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, UInt16) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a parameter object to the parameters collection with the specified name and data type. |
![]() | Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() | Join(IDTSParameter100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Joins the specified parameter to the parameters collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes a parameter object from the parameters collection. |

