JobServer.Jobs Property

Represents a collection of Job objects. Each Job object represents a job defined on SQL Server Agent.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Job))> _
Public ReadOnly Property Jobs As JobCollection 
    Get
'Usage
Dim instance As JobServer 
Dim value As JobCollection 

value = instance.Jobs
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Job))]
public JobCollection Jobs { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Job))]
public:
property JobCollection^ Jobs {
    JobCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Job))>]
member Jobs : JobCollection
function get Jobs () : JobCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.Agent.JobCollection
A JobCollection that represents the jobs defined on SQL Server Agent.

Examples

Scheduling Automatic Administrative Tasks in SQL Server Agent

See Also

Reference

JobServer Class

Microsoft.SqlServer.Management.Smo.Agent Namespace

Other Resources

Automated Administration Tasks (SQL Server Agent)

sp_help_job (Transact-SQL)