IDTSResultBindings.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 IDTSResultBinding object from the collection.
public:
Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::IDTSResultBinding ^ GetBinding(int index);
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBinding GetBinding (int index);
abstract member GetBinding : int -> Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBinding
Public Function GetBinding (index As Integer) As IDTSResultBinding
Parameters
- index
- Int32
The index of the result binding to retrieve.
Returns
The specified IDTSResultBinding object.