IDTSParameterBindings 接口

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

Represents a collection of IDTSParameterBinding objects.

命名空间:  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 基础结构。Adds a new IDTSParameterBinding object to the collection.
公共方法 Clear 基础结构。Clears all objects from the IDTSParameterBindings collection.
公共方法 GetBinding 基础结构。Retrieves the specified IDTSParameterBinding object from the collection.
公共方法 GetEnumerator (从 IEnumerable 继承。)
公共方法 Remove 基础结构。Removes the specified IDTSParameterBinding object from the collection.

页首

请参阅

参考

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