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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 命名空间