Job Members

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

The following tables list the members exposed by the Job type.

Public Constructors

  Name Description
Job Instantiates a new instance of a Job class.

Top

Public Properties

  Name Description
ms165404.pubproperty(en-US,SQL.90).gif Action A JobActionEnum value that describes the action that initiated the job.
ms165404.pubproperty(en-US,SQL.90).gif Description The name of the item with which the job is currently associated. If the item is a data-driven subscription, a description of the data-driven delivery is returned.
ms165404.pubproperty(en-US,SQL.90).gif JobID The unique ID of a job.
ms165404.pubproperty(en-US,SQL.90).gif Machine The name of the computer on which a job is running.
ms165404.pubproperty(en-US,SQL.90).gif Name The name of the report with which a job is associated.
ms165404.pubproperty(en-US,SQL.90).gif Path The full path to the report with which a job is associated.
ms165404.pubproperty(en-US,SQL.90).gif StartDateTime The date and time that the job started.
ms165404.pubproperty(en-US,SQL.90).gif Status A JobStatusEnum value that describes the status of a job.
ms165404.pubproperty(en-US,SQL.90).gif Type A JobTypeEnum value that describes the type of the job.
ms165404.pubproperty(en-US,SQL.90).gif User The ID of the authenticated user who initiated the job.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms165404.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms165404.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms165404.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms165404.pubmethod(en-US,SQL.90).gifms165404.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms165404.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms165404.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms165404.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Job Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace