Поделиться через


JobStepFlags Enumeration

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

Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Синтаксис

'Декларация
<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.

Замечания

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo.Agent Namespace