IDTSParameterBinding 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the properties for the parameter binding.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集: Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)
语法
声明
Public Interface IDTSParameterBinding
用法
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding = interface end
public interface IDTSParameterBinding
IDTSParameterBinding 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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. |
页首