Compartir a través de


MinuteRecurrence.MinutesInterval Propiedad

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

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

MinuteRecurrence Clase

Espacio de nombres ReportService2010