IDTSParameterBinding Interface

Definition

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.

Applies to