Megosztás:


IDTSExpressionEvaluator100.EvaluatorContext Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the evaluator context of the IDTSExpressionEvaluator100 object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
WriteOnly Property EvaluatorContext As IDTSEvaluatorContext100 
    Set
'Usage
Dim instance As IDTSExpressionEvaluator100 
Dim value As IDTSEvaluatorContext100

instance.EvaluatorContext = value
IDTSEvaluatorContext100 EvaluatorContext { set; }
property IDTSEvaluatorContext100^ EvaluatorContext {
    void set (IDTSEvaluatorContext100^ value);
}
abstract EvaluatorContext : IDTSEvaluatorContext100 with get, set
function set EvaluatorContext (value : IDTSEvaluatorContext100)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvaluatorContext100
The evaluator context.

See Also

Reference

IDTSExpressionEvaluator100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace