ScheduleBase Class
The ScheduleBase class is a base class that is inherited by the JobSchedule class.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class ScheduleBase _
Inherits AgentObjectBase
'Usage
Dim instance As ScheduleBase
public class ScheduleBase : AgentObjectBase
public ref class ScheduleBase : public AgentObjectBase
type ScheduleBase =
class
inherit AgentObjectBase
end
public class ScheduleBase extends AgentObjectBase
Remarks
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.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.NamedSmoObject
Microsoft.SqlServer.Management.Smo.Agent.AgentObjectBase
Microsoft.SqlServer.Management.Smo.Agent.ScheduleBase
Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
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.
See Also