Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.