Job Class

 

Represents a user or system job that a report server is actively processing.

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

System::Object
  ReportService2006::Job

public ref class Job 

NameDescription
System_CAPS_pubmethodJob()

Initializes a new instance of the Job class.

NameDescription
System_CAPS_pubpropertyAction

Gets a JobActionEnum value that describes the action that initiated the job.

System_CAPS_pubpropertyDescription

Gets the name of the item with which the job is currently associated.

System_CAPS_pubpropertyJobID

Gets the unique ID for the job.

System_CAPS_pubpropertyMachine

Gets the name of the computer on which the job is running.

System_CAPS_pubpropertyName

Gets the name of the report with which a job is associated.

System_CAPS_pubpropertyPath

Gets the full path to the report with which a job is associated.

System_CAPS_pubpropertyStartDateTime

Gets the date and time that the job started.

System_CAPS_pubpropertyStatus

Gets a JobStatusEnum value that describes the status of a job.

System_CAPS_pubpropertyType

Gets a JobTypeEnum value that describes the type of the job.

System_CAPS_pubpropertyUser

Gets the ID of the authenticated user who initiated the job.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

An array of Job objects is returned as output by the ListJobs method.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: