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.
The JobStepFlags enumeration is a list of constant values that specify the file to which to append job history information.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration JobStepFlags
'Usage
Dim instance As JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
[<FlagsAttribute>]
type JobStepFlags
public enum JobStepFlags
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AppendAllCmdExecOutputToJobHistory | Job history, including command output, is appended to the job history file. | |
| AppendToJobHistory | Job history is appended to the job history file. | |
| AppendToLogFile | Job history is appended to the SQL Server log file. | |
| AppendToTableLog | Job history is appended to a log table. | |
| LogToTableWithOverwrite | Job history is written to a log table, overwriting previous contents. | |
| None | Job history is not appended to a file. | |
| ProvideStopProcessEvent | Job processing is stopped. |
Hinweise
The JobStepFlags enumerated class is served by the JobStepFlags property.