ScheduleReference.Definition Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the definition (ScheduleDefinition object) for a shared schedule.

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

Syntax

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

Property Value

Type: ReportService2005.ScheduleDefinition

A ScheduleDefinition object.

See Also

ScheduleReference Class
ReportService2005 Namespace

Return to top