RecurrencePattern Class
SQL Server 2005
Represents the recurrence pattern of a schedule definition.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Assembly: ReportService2005 (in reportingservice2005.dll)
[SerializableAttribute] [XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] [XmlIncludeAttribute(typeof(MonthlyDOWRecurrence))] [XmlIncludeAttribute(typeof(MonthlyRecurrence))] [XmlIncludeAttribute(typeof(DailyRecurrence))] [XmlIncludeAttribute(typeof(WeeklyRecurrence))] [XmlIncludeAttribute(typeof(MinuteRecurrence))] public class RecurrencePattern
/** @attribute SerializableAttribute() */ /** @attribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ /** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyDOWRecurrence) */ /** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyRecurrence) */ /** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DailyRecurrence) */ /** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.WeeklyRecurrence) */ /** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MinuteRecurrence) */ public class RecurrencePattern
SerializableAttribute XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyDOWRecurrence) XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyRecurrence) XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DailyRecurrence) XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.WeeklyRecurrence) XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MinuteRecurrence) public class RecurrencePattern
Use the RecurrencePattern class 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 weeks 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. |
System.Object
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.RecurrencePattern
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DailyRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MinuteRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyDOWRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.WeeklyRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.RecurrencePattern
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.DailyRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MinuteRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyDOWRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.MonthlyRecurrence
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.WeeklyRecurrence
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
