Metodo IDTSProject100.GetParameterVariable
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the parameter variable for the project.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetParameterVariable ( _
Index As Integer _
) As IDTSVariable100
'Utilizzo
Dim instance As IDTSProject100
Dim Index As Integer
Dim returnValue As IDTSVariable100
returnValue = instance.GetParameterVariable(Index)
IDTSVariable100 GetParameterVariable(
int Index
)
IDTSVariable100^ GetParameterVariable(
[InAttribute] int Index
)
abstract GetParameterVariable :
Index:int -> IDTSVariable100
function GetParameterVariable(
Index : int
) : IDTSVariable100
Parametri
- Index
Tipo: System.Int32
The index of the parameter.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The parameter variable.