IDTSParameterBinding Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 | |
---|---|---|
DataType | Infrastructure. | |
DtsVariableName | Infrastructure. | |
ParameterDirection | Infrastructure. | |
ParameterName | Infrastructure. | |
ParameterSize | Infrastructure. |
Top