Clase MonthlyDOWRecurrence
Represents the dates on which a scheduled report runs, typically by month, week, and day of the week.
Jerarquía de herencia
System.Object
ReportService2006.RecurrencePattern
ReportService2006.MonthlyDOWRecurrence
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class MonthlyDOWRecurrence _
Inherits RecurrencePattern
'Uso
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
El tipo MonthlyDOWRecurrence expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MonthlyDOWRecurrence | Initializes a new instance of the MonthlyDOWRecurrence class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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 | Gets or sets a value that indicates whether the WhichWeek property is specified. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
The MonthlyDOWRecurrence pattern is not supported in SharePoint integrated mode.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.