Partilhar via


Enumeração JobTypeEnum

Describes the type of a job.

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 The job was initiated by an authenticated user.
System The job was initiated by the report server through an automated process.

Comentários

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

Consulte também

Referência

Namespace ReportService2005