DTSEvaluatorContextOption Enumeration

 

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

Specifies the options for the evaluator context.

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

public enum class DTSEvaluatorContextOption

Member nameDescription
DTSECO_NOOPTION

The no option of the evaluator context.

DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE

The option to replace sensitive value with fixed value.

Return to top
Show: