Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DTSECO_NOOPTION | The no option of the evaluator context. | |
| DTSECO_REPLACE_SENSITIVEVALUE_WITH_FIXEDVALUE | The option to replace sensitive value with fixed value. |