Compartir a través de


Clase MonthlyRecurrence

Represents the days of the month on which a scheduled report runs.

Jerarquía de herencia

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..MonthlyRecurrence

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

Sintaxis

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

El tipo MonthlyRecurrence expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Days Gets or sets the days of the month on which a scheduled report runs.
Propiedad pública MonthsOfYear Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.

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 MonthlyRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.

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