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
成員
成員名稱 | 說明 | |
---|---|---|
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.