| IJobServiceGetJob Method (Guid, RelatedJobsIncludeKinds) | 
 Gets a job with or without related jobs.
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
SyntaxICollection<Job> GetJob(
	Guid jobId,
	RelatedJobsIncludeKinds relatedJobsIncludeKinds
)
Function GetJob ( 
	jobId As Guid,
	relatedJobsIncludeKinds As RelatedJobsIncludeKinds
) As ICollection(Of Job)
ICollection<Job^>^ GetJob(
	Guid jobId, 
	RelatedJobsIncludeKinds relatedJobsIncludeKinds
)
abstract GetJob : 
        jobId : Guid * 
        relatedJobsIncludeKinds : RelatedJobsIncludeKinds -> ICollection<Job> 
Parameters
- jobId
- Type: SystemGuid
 The ID of the job.
- relatedJobsIncludeKinds
- Type: Dundas.BI.SchedulingRelatedJobsIncludeKinds
 The include kinds of related jobs.
            Related jobs will only be retrieved for a non-tenant job.
Return Value
Type: 
ICollectionJobThe job with or without related jobs.
 Exceptions
Exceptions See Also
See Also