JobTypeEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the type of a job.

Syntax

'Declaration
Public Enumeration JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
public enum JobTypeEnum
public enum JobTypeEnum

Members

Member name Description
System The job was initiated by the report server through an automated process.
User The job was initiated by an authenticated user.

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace