ScheduleDefinition.Item Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the recurrence pattern of a schedule.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public RecurrencePattern Item { get; set; }
public:
property RecurrencePattern^ Item {
    RecurrencePattern^ get();
    void set(RecurrencePattern^ value);
}
member Item : RecurrencePattern with get, set
Public Property Item As RecurrencePattern

Property Value

Type: ReportService2005.RecurrencePattern

A RecurrencePattern object.

See Also

ScheduleDefinition Class
ReportService2005 Namespace

Return to top