Compartir a través de


MonthlyDOWRecurrence.DaysOfWeek Property

Gets or sets the days of the week on which a scheduled report runs.

Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)

Sintaxis

'Declaración
Public Property DaysOfWeek As DaysOfWeekSelector
public DaysOfWeekSelector DaysOfWeek { get; set; }
public:
property DaysOfWeekSelector^ DaysOfWeek {
    DaysOfWeekSelector^ get ();
    void set (DaysOfWeekSelector^ value);
}
/** @property */
public DaysOfWeekSelector get_DaysOfWeek ()

/** @property */
public void set_DaysOfWeek (DaysOfWeekSelector value)
public function get DaysOfWeek () : DaysOfWeekSelector

public function set DaysOfWeek (value : DaysOfWeekSelector)

Valor de propiedad

A DaysOfWeekSelector object.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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