Schedule.Definition Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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: ReportService2010.ScheduleDefinition

See Also

Schedule Class
ReportService2010 Namespace

Return to top