Compartir a través de


Clase WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..WeeklyRecurrence

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class WeeklyRecurrence extends RecurrencePattern

El tipo WeeklyRecurrence expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público WeeklyRecurrence Initializes a new instance of the WeeklyRecurrence class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DaysOfWeek The days of the week (DaysOfWeekSelector object) on which a scheduled report runs.
Propiedad pública WeeksInterval The intervals at which a scheduled report runs. Intervals are measured in weeks.
Propiedad pública WeeksIntervalSpecified Indicates whether the WeeksInterval value is specified.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia