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.