Compartir a través de


Clase RecurrencePattern

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
Método público RecurrencePattern Initializes a new instance of the RecurrencePattern class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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

MinuteRecurrence

Represents the interval, in minutes, on which a scheduled report runs.

DailyRecurrence

Represents the interval, in days, on which a scheduled report runs.

WeeklyRecurrence

Represents the weekly interval and the days of the week on which a scheduled report runs.

MonthlyRecurrence

Represents the days of the month on which a scheduled report runs.

MonthlyDOWRecurrence

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.

Vea también

Referencia

Espacio de nombres ReportService2006