IDTSParameterBindings.GetBinding(Int32) Method

Definition

Retrieves the specified IDTSParameterBinding object from the collection.

public:
 Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSParameterBinding ^ GetBinding(int index);
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding GetBinding (int index);
abstract member GetBinding : int -> Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding
Public Function GetBinding (index As Integer) As IDTSParameterBinding

Parameters

index
Int32

The index of the parameter binding to retrieve.

Returns

The specified IDTSParameterBinding object.

Applies to