다음을 통해 공유


JobStepFlags Enumeration

The JobStepFlags enumeration is a list of constant values that specify the file to which to append job history information.

네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration JobStepFlags
[FlagsAttribute] 
public enum JobStepFlags
[FlagsAttribute] 
public enum class JobStepFlags
/** @attribute FlagsAttribute() */ 
public enum JobStepFlags
FlagsAttribute 
public enum JobStepFlags

Members

Member name Description
AppendAllCmdExecOutputToJobHistory  
AppendToJobHistory Job history is appended to the job history file.
AppendToLogFile Job history is appended to the Microsoft SQL Server log file.
AppendToTableLog Job history is appended to a log table.
LogToTableWithOverwrite  
None Job history is not appended to a file.

주의

The JobStepFlags enumerated class is served by the JobStepFlags property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo.Agent Namespace