Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.