VariableClass.GetValueWithContext(IDTSEvaluatorContext100) Metodo

Definizione

Restituisce un valore della classe di variabili con un contesto specificato.

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

Parametri

pContext
IDTSEvaluatorContext100

Contesto.

Restituisce

Valore della classe di variabili con un contesto specificato.

Implementazioni

Si applica a