Compartilhar via


Classe MonthlyDOWRecurrence

Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.

Hierarquia de herança

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..MonthlyDOWRecurrence

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class MonthlyDOWRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As MonthlyDOWRecurrence
[SerializableAttribute]
public class MonthlyDOWRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MonthlyDOWRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MonthlyDOWRecurrence =  
    class
        inherit RecurrencePattern
    end
public class MonthlyDOWRecurrence extends RecurrencePattern

O tipo MonthlyDOWRecurrence expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública DaysOfWeek Gets or sets the days of the week on which a scheduled report runs.
Propriedade pública MonthsOfYear Gets or sets the months of the year in which a scheduled report runs.
Propriedade pública WhichWeek Gets or sets the week of the month in which a scheduled report runs.
Propriedade pública WhichWeekSpecified Gets or sets a value that indicates whether the WhichWeek property is specified.

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

The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.

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