Condividi tramite


Proprietà JobServer.Jobs

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Job))> _
Public ReadOnly Property Jobs As JobCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

JobServer Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

sp_help_job (Transact-SQL)