JobStepFlags Enumeration
The JobStepFlags enumeration is a list of constant values that specify the file to which to append job history information.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Sintaxis
'Declaración
<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. |
Notas
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.