Compartir a través de


Enumeración DTSEvaluatorContextOption

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the options for the evaluator context.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSEvaluatorContextOption
'Uso
Dim instance As DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption
public enum class DTSEvaluatorContextOption
type DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption

Miembros

Nombre del miembro Descripción
DTSECO_NOOPTION The no option of the evaluator context.
DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE The option to replace sensitive value with fixed value.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper