Share via


IDTSParameterBinding Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the properties for the parameter binding.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Public Interface IDTSParameterBinding
'Usage
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding =  interface end
public interface IDTSParameterBinding

The IDTSParameterBinding type exposes the following members.

Properties

  Name Description
Public property DataType Infrastructure. Gets or sets the data type of the parameter binding.
Public property DtsVariableName Infrastructure. Gets or sets the name of the SSIS package variable.
Public property ParameterDirection Infrastructure. Gets or sets the type of the parameter.
Public property ParameterName Infrastructure. Gets or sets the name of the parameter.
Public property ParameterSize Infrastructure. Gets or sets the size of the parameter.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace