The JobStepFlags enumeration is a list of constant values that specify the file to which to append job history information.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration JobStepFlags
用法
Dim instance As JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
[<FlagsAttribute>]
type JobStepFlags
public enum JobStepFlags
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |
注释
The JobStepFlags enumerated class is served by the JobStepFlags property.