Перечисление JobTypeEnum
Describes the type of a job.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Enumeration JobTypeEnum
'Применение
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
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.