Compartilhar via


Enumeração JobStepFlags

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

Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membros.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
<FlagsAttribute> _
Public Enumeration JobStepFlags
'Uso
Dim instance As JobStepFlags
[FlagsAttribute]
public enum JobStepFlags
[FlagsAttribute]
public enum class JobStepFlags
[<FlagsAttribute>]
type JobStepFlags
public enum JobStepFlags

Membros

Nome do membro Descrição
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

Comentários

The JobStepFlags enumerated class is served by the JobStepFlags property.