Método IDTSProject100.GetParameterVariable
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the parameter variable for the project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function GetParameterVariable ( _
Index As Integer _
) As IDTSVariable100
'Uso
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
Parâmetros
- Index
Tipo: System.Int32
The index of the parameter.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The parameter variable.