Share via


VariableClass.GetValueWithContext(IDTSEvaluatorContext100) Méthode

Définition

Retourne une valeur de classe variable avec un contexte spécifié.

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

Paramètres

pContext
IDTSEvaluatorContext100

Contexte.

Retours

Valeur de classe variable avec un contexte spécifié.

Implémente

S’applique à