다음을 통해 공유


RecurrencePattern Class

Represents the recurrence pattern of a schedule definition.

네임스페이스: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
어셈블리: ReportService2005 (in reportingservice2005.dll)

구문

‘선언
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
<XmlIncludeAttribute(GetType(MonthlyDOWRecurrence))> _
<XmlIncludeAttribute(GetType(MonthlyRecurrence))> _
<XmlIncludeAttribute(GetType(DailyRecurrence))> _
<XmlIncludeAttribute(GetType(WeeklyRecurrence))> _
<XmlIncludeAttribute(GetType(MinuteRecurrence))> _
Public Class RecurrencePattern
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://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
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://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 ref class RecurrencePattern
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://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="https://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

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 weeks 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.

Inheritance Hierarchy

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

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

RecurrencePattern Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace