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


Перечисление JobTypeEnum

Describes the type of a job.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration JobTypeEnum
'Применение
Dim instance As JobTypeEnum
[SerializableAttribute]
public enum JobTypeEnum
[SerializableAttribute]
public enum class JobTypeEnum
[<SerializableAttribute>]
type JobTypeEnum
public enum JobTypeEnum

Элементы

Имя элемента Описание
User Specifies that the job was initiated by an authenticated user.
System Specifies that the job was initiated by the report server through an automated process.

Замечания

The JobTypeEnum enumeration is returned by the Type property of the Job class.

См. также

Справочник