Partager via


JobStepFlags Enumeration

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

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

Syntaxe

'Déclaration
<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.

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Smo.Agent Namespace