MonthlyDOWRecurrence 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示计划的报表运行日期,通常按月、星期以及每周的星期几。
public ref class MonthlyDOWRecurrence : ReportService2010::RecurrencePattern
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class MonthlyDOWRecurrence : ReportService2010.RecurrencePattern
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type MonthlyDOWRecurrence = class
inherit RecurrencePattern
Public Class MonthlyDOWRecurrence
Inherits RecurrencePattern
- 继承
- 属性
注解
MonthlyDOWRecurrence SharePoint 集成模式不支持该模式。
构造函数
MonthlyDOWRecurrence() |
初始化 MonthlyDOWRecurrence 类的新实例。 |
属性
DaysOfWeek |
获取或设置报表的计划运行日期是星期几。 |
MonthsOfYear |
获取或设置报表的计划运行日期是几月份。 |
WhichWeek |
获取或设置报表的计划运行日期是月中的第几个星期。 |
WhichWeekSpecified |
获取或设置一个值,该值指示是否指定 WhichWeek 属性。 |