共用方式為


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 命名空間