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.

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo.Agent Namespace