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 execution result of a container when the container's ForceExecutionValue is set to true.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSForcedExecResult
'Usage
Dim instance As DTSForcedExecResult
public enum DTSForcedExecResult
public enum class DTSForcedExecResult
type DTSForcedExecResult
public enum DTSForcedExecResult
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DTSFER_COMPLETION | The execution result is set to Completion. | |
| DTSFER_FAILURE | The execution result is set to Failure. | |
| DTSFER_NONE | The execution result is set to None. The event handler returns the actual execution result; the result is not forced. | |
| DTSFER_SUCCESS | The execution result is set to Success. |
Hinweise
For more information, see DTSForcedExecResult.