DTSEvaluatorContextOption Enum
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.
Specifies the options for the evaluator context.
public enum class DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption
type DTSEvaluatorContextOption =
Public Enum DTSEvaluatorContextOption
- Inheritance
-
DTSEvaluatorContextOption
Fields
Name | Value | Description |
---|---|---|
DTSECO_NOOPTION | 0 | The no option of the evaluator context. |
DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE | 1 | The option to replace sensitive value with fixed value. |