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 | |
---|---|---|
![]() |
datasourceTypeName | The data source type name. |
![]() |
jobcreationTime | The date and time at which the job was created. |
![]() |
jobdescription | The job description. |
![]() |
jobendTime | The date and time at which the job ended. |
![]() |
jobisEnabled | true if the job is enabled; otherwise, false. |
![]() |
jobisRecurring | true if the job is a recurring job; otherwise false. |
![]() |
jobmodifiedTime | The date and time at which the job was modified. |
![]() |
jobname | The name of the job. |
![]() |
jobstartTime | The date and time at which the job started. |
![]() |
jobstatus | The status of the job. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
CreationTime | Gets or sets the date and time at which the job was created. |
![]() |
Description | Gets or sets the description of the job. |
![]() |
EndTime | Gets or sets the date and time at which the job ended. |
![]() |
IsEnabled | Gets or sets the enabled status of the job. |
![]() |
IsRecurring | Gets or sets the recurring status of the job. |
![]() |
ModifiedTime | Gets or sets the date and time at which the job was modified. |
![]() |
Name | Gets or sets the name of the job. |
![]() |
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. |
![]() |
StartTime | Gets or sets the date and time at which the job started. |
![]() |
Status | Gets or sets the status of the job. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
DisableJob | Disables a job. |
![]() |
EnableJob | Enables a job. |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
StartJob | Starts a job. |
![]() |
StopJob | Stops a job. |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Top