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.

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.