IDTSExpressionEvaluator100.EvaluatorContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the evaluator context of the IDTSExpressionEvaluator100 object.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ EvaluatorContext { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvaluatorContext100 ^ value); };
[System.Runtime.InteropServices.DispId(7)]
public 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 Property EvaluatorContext As IDTSEvaluatorContext100
Property Value
The evaluator context.
- Attributes