IDTSVariable100.GetValueWithContext(IDTSEvaluatorContext100) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索具有指定的上下文的值。
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
参数
- pContext
- IDTSEvaluatorContext100
要检索的值的上下文。
返回
具有指定的上下文的值。
- 属性