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 |