Share via


JobStepFlags Enumeración

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

Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
<FlagsAttribute> _
Public Enumeration JobStepFlags
'Uso
Dim instance As JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
[<FlagsAttribute>]
type JobStepFlags
public enum JobStepFlags

Miembros

Nombre del miembro Descripción
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

Notas

The JobStepFlags enumerated class is served by the JobStepFlags property.