JobStepFlags Enumeration
The JobStepFlags enumeration is a list of constant values that specify the file to which to append job history information.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
<FlagsAttribute> _
Public Enumeration JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
/** @attribute FlagsAttribute() */
public enum JobStepFlags
FlagsAttribute
public enum JobStepFlags
Members
| Member name | Description |
|---|---|
| AppendAllCmdExecOutputToJobHistory | |
| 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 | |
| None | Job history is not appended to a file. |
| ProvideStopProcessEvent |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.