Aracılığıyla paylaş


Job.JobSchedules Property

Gets a collection of JobSchedule objects that represent the schedules assigned to the job.

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

Syntax

'Bildirim
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(JobSchedule))> _
Public ReadOnly Property JobSchedules As JobScheduleCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(JobSchedule))] 
public JobScheduleCollection JobSchedules { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(JobSchedule))] 
public:
property JobScheduleCollection^ JobSchedules {
    JobScheduleCollection^ get ();
}
/** @property */
public JobScheduleCollection get_JobSchedules ()
public function get JobSchedules () : JobScheduleCollection

Property Value

A JobScheduleCollection object value that specifies a collection of JobSchedule objects.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.