Поделиться через


Свойство MinutesInterval

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

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Property MinutesInterval As Integer
    Get
    Set
'Применение
Dim instance As MinuteRecurrence
Dim value As Integer

value = instance.MinutesInterval

instance.MinutesInterval = value
public int MinutesInterval { get; set; }
public:
property int MinutesInterval {
    int get ();
    void set (int value);
}
member MinutesInterval : int with get, set
function get MinutesInterval () : int
function set MinutesInterval (value : int)

Значение свойства

Тип System. . :: . .Int32
An Integer value representing the interval, in minutes, at which a scheduled report runs.