Compartilhar via


Enumeração JobTypeEnum

Describes the type of a job.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Enumeration JobTypeEnum
'Uso
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
type JobTypeEnum
public enum JobTypeEnum

Membros

Nome do membro Descrição
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.

Comentários

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

Consulte também

Referência

Namespace ReportService2006