Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Retrieves the specified IDTSResultBinding object from the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Function GetBinding ( _
index As Integer _
) As IDTSResultBinding
'Usage
Dim instance As IDTSResultBindings
Dim index As Integer
Dim returnValue As IDTSResultBinding
returnValue = instance.GetBinding(index)
IDTSResultBinding GetBinding(
int index
)
IDTSResultBinding^ GetBinding(
int index
)
abstract GetBinding :
index:int -> IDTSResultBinding
function GetBinding(
index : int
) : IDTSResultBinding
Parameters
- index
Type: System.Int32
The index of the result binding to retrieve.
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSResultBinding
The specified IDTSResultBinding object.