Compartilhar via


Classe MonthlyRecurrence

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

Hierarquia de herança

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
<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

O tipo MonthlyRecurrence expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MonthlyRecurrence Initializes a new instance of the MonthlyRecurrence class.

Início

Propriedades

  Nome Descrição
Propriedade pública Days Gets or sets the days of the month on which a scheduled report runs.
Propriedade pública MonthsOfYear Gets or sets the months of the year (MonthsOfYearSelector object) in which a scheduled report runs.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Use the MonthlyRecurrence class with the Item property of the ScheduleDefinition class to indicate a monthly recurrence pattern in a schedule.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência