MinuteRecurrence.MinutesInterval Property

 

Applies To: SQL Server 2016 Preview

The interval, in minutes, at which a scheduled report runs.

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

Syntax

public int MinutesInterval { get; set; }
public:
property int MinutesInterval {
    int get();
    void set(int value);
}
member MinutesInterval : int with get, set
Public Property MinutesInterval As Integer

Property Value

Type: System.Int32

An Integer value representing the interval, in minutes, at which a scheduled report runs.

See Also

MinuteRecurrence Class
ReportService2005 Namespace

Return to top