JobStepFlags 枚举
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
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | Job history is not appended to a file. | |
| AppendToLogFile | Job history is appended to the SQL Server log file. | |
| AppendToJobHistory | Job history is appended to the job history file. | |
| LogToTableWithOverwrite | ||
| AppendToTableLog | Job history is appended to a log table. | |
| AppendAllCmdExecOutputToJobHistory | ||
| ProvideStopProcessEvent |