다음을 통해 공유


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.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
<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

주의

The JobStepFlags enumerated class is served by the JobStepFlags property.