Classe MonthlyDOWRecurrence
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
Gerarchia di ereditarietà
System.Object
ReportService2005.RecurrencePattern
ReportService2005.MonthlyDOWRecurrence
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class MonthlyDOWRecurrence _
Inherits RecurrencePattern
'Utilizzo
Dim instance As MonthlyDOWRecurrence
public class MonthlyDOWRecurrence : RecurrencePattern
public ref class MonthlyDOWRecurrence : public RecurrencePattern
type MonthlyDOWRecurrence =
class
inherit RecurrencePattern
end
public class MonthlyDOWRecurrence extends RecurrencePattern
Nel tipo MonthlyDOWRecurrence sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
MonthlyDOWRecurrence | Initializes a new instance of the MonthlyDOWRecurrence class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.