Metodo IDTSVariable100.GetValueWithContext
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Retrieves the value with the specified context.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetValueWithContext ( _
pContext As IDTSEvaluatorContext100 _
) As Object
'Utilizzo
Dim instance As IDTSVariable100
Dim pContext As IDTSEvaluatorContext100
Dim returnValue As Object
returnValue = instance.GetValueWithContext(pContext)
Object GetValueWithContext(
IDTSEvaluatorContext100 pContext
)
Object^ GetValueWithContext(
[InAttribute] IDTSEvaluatorContext100^ pContext
)
abstract GetValueWithContext :
pContext:IDTSEvaluatorContext100 -> Object
function GetValueWithContext(
pContext : IDTSEvaluatorContext100
) : Object
Parametri
- pContext
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100
The context of the value to retrieve.
Valore restituito
Tipo: System.Object
The value with the specified context.