IDTSParameterBinding Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties for the parameter binding.
public interface class IDTSParameterBinding
public interface IDTSParameterBinding
type IDTSParameterBinding = interface
Public Interface IDTSParameterBinding
Properties
DataType |
Gets or sets the data type of the parameter binding. |
DtsVariableName |
Gets or sets the name of the SSIS package variable. |
ParameterDirection |
Gets or sets the type of the parameter. |
ParameterName |
Gets or sets the name of the parameter. |
ParameterSize |
Gets or sets the size of the parameter. |