Schedule Class
Represents a schedule and its properties.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Schedule
'Usage
Dim instance As Schedule
[SerializableAttribute]
public class Schedule
[SerializableAttribute]
public ref class Schedule
[<SerializableAttribute>]
type Schedule = class end
public class Schedule
Remarks
A Schedule object is returned as output by the GetScheduleProperties and ListSchedules methods.
Inheritance Hierarchy
System.Object
ReportService2005.Schedule
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.