IDTSParameterBindings 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集:  Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)

语法

声明
Public Interface IDTSParameterBindings _
    Inherits IEnumerable
用法
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =  
    interface
        interface IEnumerable
    end
public interface IDTSParameterBindings extends IEnumerable

IDTSParameterBindings 类型公开以下成员。

方法

  名称 说明
公共方法 Add 基础结构。
公共方法 Clear 基础结构。
公共方法 GetBinding 基础结构。
公共方法 GetEnumerator (从 IEnumerable 继承。)
公共方法 Remove 基础结构。

页首