ExpressionEvaluatorClass.EvaluatorContext Property

Definition

Sets the context of the evaluator.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ EvaluatorContext {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ value); };
[System.Runtime.InteropServices.DispId(7)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100 EvaluatorContext { [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.EvaluatorContext : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100
Public Overridable Property EvaluatorContext As IDTSEvaluatorContext100

Property Value

Property is write-only and does not return a value.

Implements

Attributes

Applies to