共用方式為


Job Members

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

Represents the job for the management group.

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

Protected Constructors

  Name Description
  Job Initializes a new instance of the Job class.

Top

Protected Fields

  Name Description
protected field datasourceTypeName The data source type name.
protected field jobcreationTime The date and time at which the job was created.
protected field jobdescription The job description.
protected field jobendTime The date and time at which the job ended.
protected field jobisEnabled true if the job is enabled; otherwise, false.
protected field jobisRecurring true if the job is a recurring job; otherwise false.
protected field jobmodifiedTime The date and time at which the job was modified.
protected field jobname The name of the job.
protected field jobstartTime The date and time at which the job started.
protected field jobstatus The status of the job.

Top

Public Properties

  Name Description
public property CreationTime Gets or sets the date and time at which the job was created.
public property Description Gets or sets the description of the job.
public property EndTime Gets or sets the date and time at which the job ended.
public property IsEnabled Gets or sets the enabled status of the job.
public property IsRecurring Gets or sets the recurring status of the job.
public property ModifiedTime Gets or sets the date and time at which the job was modified.
public property Name Gets or sets the name of the job.
public property SourceTypeName Gets or sets the data source type name. This is useful in identifying the data source type name that the job is linked to.
public property StartTime Gets or sets the date and time at which the job started.
public property Status Gets or sets the status of the job.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method DisableJob Disables a job.
public method EnableJob Enables a job.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method StartJob Starts a job.
public method StopJob Stops a job.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

Job Class
Microsoft.EnterpriseManagement Namespace