Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the recurrence pattern of a schedule definition.
Jerarquía de herencia
System.Object
ReportService2006.RecurrencePattern
ReportService2006.DailyRecurrence
ReportService2006.MinuteRecurrence
ReportService2006.MonthlyDOWRecurrence
ReportService2006.MonthlyRecurrence
ReportService2006.WeeklyRecurrence
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class RecurrencePattern
'Uso
Dim instance As RecurrencePattern
public class RecurrencePattern
public ref class RecurrencePattern
type RecurrencePattern = class end
public class RecurrencePattern
El tipo RecurrencePattern expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
RecurrencePattern | Initializes a new instance of the RecurrencePattern class. |
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
Use the RecurrencePattern class together with the Item property of the ScheduleDefinition class. You cannot use the RecurrencePattern class directly in your application; instead, you must use one of its derived classes, which are described in the following table.
Class |
Description |
|---|---|
Represents the interval, in minutes, on which a scheduled report runs. |
|
Represents the interval, in days, on which a scheduled report runs. |
|
Represents the weekly interval and the days of the week on which a scheduled report runs. |
|
Represents the days of the month on which a scheduled report runs. |
|
Represents the day of week, the week number in the month, and the month on which a scheduled report runs. |
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.
.gif)
.gif)