Condividi tramite


Enumerazione DTSEvaluatorContextOption

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the options for the evaluator context.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSEvaluatorContextOption
'Utilizzo
Dim instance As DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption
public enum class DTSEvaluatorContextOption
type DTSEvaluatorContextOption
public enum DTSEvaluatorContextOption

Membri

Nome membro Descrizione
DTSECO_NOOPTION The no option of the evaluator context.
DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE The option to replace sensitive value with fixed value.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper