IDTSResultBindings 接口

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

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

语法

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

IDTSResultBindings 类型公开以下成员。

方法

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

页首