Compartilhar via


Classe MonthlyRecurrence

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

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

Comentários

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

Hierarquia de herança

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..MonthlyRecurrence

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.