Partager via


Énumération JobStepFlags

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

Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration JobStepFlags
'Utilisation
Dim instance As JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
[<FlagsAttribute>]
type JobStepFlags
public enum JobStepFlags

Membres

Nom de membre Description
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

Notes

The JobStepFlags enumerated class is served by the JobStepFlags property.