JobScheduleCollection Class
The JobScheduleCollection class represents a collection of JobSchedule objects that represent all the job schedules defined on the parent object.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class JobScheduleCollection _
Inherits JobScheduleCollectionBase
'Usage
Dim instance As JobScheduleCollection
public sealed class JobScheduleCollection : JobScheduleCollectionBase
public ref class JobScheduleCollection sealed : public JobScheduleCollectionBase
[<SealedAttribute>]
type JobScheduleCollection =
class
inherit JobScheduleCollectionBase
end
public final class JobScheduleCollection extends JobScheduleCollectionBase
Remarks
A JobScheduleCollection object can be used to gain access to a set of job schedules. You can use the Item property to return a specific JobSchedule object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
Microsoft.SqlServer.Management.Smo.JobScheduleCollectionBase
Microsoft.SqlServer.Management.Smo.Agent.JobScheduleCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.