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 IDTSParameterBinding 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 IDTSParameterBinding
'Usage
Dim instance As IDTSParameterBindings
Dim index As Integer
Dim returnValue As IDTSParameterBinding
returnValue = instance.GetBinding(index)
IDTSParameterBinding GetBinding(
int index
)
IDTSParameterBinding^ GetBinding(
int index
)
abstract GetBinding :
index:int -> IDTSParameterBinding
function GetBinding(
index : int
) : IDTSParameterBinding
Parameters
- index
Type: System.Int32
The index of the parameter binding to retrieve.
Return Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBinding
The specified IDTSParameterBinding object.