Compartilhar via


Classe MonthlyRecurrence

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

Hierarquia de herança

System. . :: . .Object
  ReportService2010. . :: . .RecurrencePattern
    ReportService2010..::..MonthlyRecurrence

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.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 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 together 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