IDTSParameterBinding Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the properties for the parameter binding.
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the data type of the parameter binding. |
![]() | DtsVariableName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the SSIS package variable. |
![]() | ParameterDirection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of the parameter. |
![]() | ParameterName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the parameter. |
![]() | ParameterSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the size of the parameter. |
