共用方式為


IDTSResultBindings 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents a collection of IDTSResultBinding objects.

命名空間:  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 基礎結構。Adds a new IDTSResultBinding object to the collection.
公用方法 Clear 基礎結構。Clears all objects from the IDTSResultBindings collection.
公用方法 GetBinding 基礎結構。Retrieves the specified IDTSResultBinding object from the collection.
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 Remove 基礎結構。Removes the specified IDTSResultBinding object from the collection.

上層

請參閱

參考

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