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
ReportService2005. . :: . .RecurrencePattern
ReportService2005..::..MonthlyDOWRecurrence
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.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 | |
---|---|---|
MonthlyDOWRecurrence | Initializes a new instance of the MonthlyDOWRecurrence class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DaysOfWeek | Gets or sets the days of the week on which a scheduled report runs. | |
MonthsOfYear | Gets or sets the months of the year in which a scheduled report runs. | |
WhichWeek | Gets or sets the week of the month in which a scheduled report runs. | |
WhichWeekSpecified | Indicates whether a value for the WhichWeek property is specified. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
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.