Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |