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


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

Describes the type of a job.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.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 The job was initiated by an authenticated user.
System The job was initiated by the report server through an automated process.

Замечания

Use the JobTypeEnum enumeration with the Type property of the Job class.

См. также

Справочник