IDTSVariable100.GetValueWithContext(IDTSEvaluatorContext100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value with the specified context.
public:
System::Object ^ GetValueWithContext(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ pContext);
[System.Runtime.InteropServices.DispId(13)]
public object GetValueWithContext (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 pContext);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member GetValueWithContext : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 -> obj
Public Function GetValueWithContext (pContext As IDTSEvaluatorContext100) As Object
Parameters
- pContext
- IDTSEvaluatorContext100
The context of the value to retrieve.
Returns
The value with the specified context.
- Attributes