IDTSVariable100.GetValueWithContext Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Retrieves the value with the specified context.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetValueWithContext ( _
pContext As IDTSEvaluatorContext100 _
) As Object
'Usage
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
Parameters
- pContext
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100
The context of the value to retrieve.
Return Value
Type: System.Object
The value with the specified context.