Share via


DTSEvaluatorContextOption Enumeration

This API supports the SQL Server 2012 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
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSEvaluatorContextOption
'Usage
Dim instance As DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption
public enum class DTSEvaluatorContextOption
type DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption

Members

Member name Description
DTSECO_NOOPTION The no option of the evaluator context.
DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE The option to replace sensitive value with fixed value.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace