VariableClass.GetValueWithContext(IDTSEvaluatorContext100) Method

Definition

Returns a value of the variable class with a specified context.

public:
 virtual System::Object ^ GetValueWithContext(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ pContext) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100::GetValueWithContext;
public virtual object GetValueWithContext (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 pContext);
abstract member GetValueWithContext : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 -> obj
override this.GetValueWithContext : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 -> obj
Public Overridable Function GetValueWithContext (pContext As IDTSEvaluatorContext100) As Object

Parameters

pContext
IDTSEvaluatorContext100

The context.

Returns

A value of the variable class with a specified context.

Implements

Applies to