IDTSParameterBindings.GetBinding(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.