Condividi tramite


DailyRecurrence.DaysInterval Property

The intervals at which a scheduled report runs. Intervals are specified in days.

Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Sintassi

'Dichiarazione
Public Property DaysInterval As Integer
public int DaysInterval { get; set; }
public:
property int DaysInterval {
    int get ();
    void set (int value);
}
/** @property */
public int get_DaysInterval ()

/** @property */
public void set_DaysInterval (int value)
public function get DaysInterval () : int

public function set DaysInterval (value : int)

Valore proprietà

An Integercontaining the intervals at which a scheduled report runs. Intervals are specified in days.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DailyRecurrence Class
DailyRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace