VariableClass.GetValueWithContext(IDTSEvaluatorContext100) メソッド

定義

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

パラメーター

返品

指定されたコンテキストを持つ変数クラスの値。

実装

適用対象