Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Describes the type of a job.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Enumeration JobTypeEnum
'Usage
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
type JobTypeEnum
public enum JobTypeEnum
Members
| Member name | Description | |
|---|---|---|
| System | Specifies that the job was initiated by the report server through an automated process. | |
| User | Specifies that the job was initiated by an authenticated user. |
Remarks
The JobTypeEnum enumeration is returned by the Type property of the Job class.