Compartilhar via


Propriedade do RDL MinuteRecurrence.MinutesInterval

Gets or sets the interval, in minutes, at which a scheduled report runs.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Property MinutesInterval As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
An Integer value that represents the interval, in minutes, at which a scheduled report runs.

Consulte também

Referência

MinuteRecurrence Classe

Namespace ReportService2006