Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the type of a job.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Enumeration JobTypeEnum
'Usage
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
type JobTypeEnum
public enum JobTypeEnum
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| User | The job was initiated by an authenticated user. | |
| System | The job was initiated by the report server through an automated process. |
Hinweise
Use the JobTypeEnum enumeration with the Type property of the Job class.