JobStepFlags Enumeration

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

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Declaration
<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.

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo.Agent Namespace