ScheduleDefinition.Item 属性

定义

获取或设置计划的重复执行模式。

public:
 property ReportService2010::RecurrencePattern ^ Item { ReportService2010::RecurrencePattern ^ get(); void set(ReportService2010::RecurrencePattern ^ value); };
[System.Xml.Serialization.XmlElement("DailyRecurrence", typeof(ReportService2010.DailyRecurrence))]
[System.Xml.Serialization.XmlElement("MonthlyDOWRecurrence", typeof(ReportService2010.MonthlyDOWRecurrence))]
[System.Xml.Serialization.XmlElement("MonthlyRecurrence", typeof(ReportService2010.MonthlyRecurrence))]
[System.Xml.Serialization.XmlElement("MinuteRecurrence", typeof(ReportService2010.MinuteRecurrence))]
[System.Xml.Serialization.XmlElement("WeeklyRecurrence", typeof(ReportService2010.WeeklyRecurrence))]
public ReportService2010.RecurrencePattern Item { get; set; }
[<System.Xml.Serialization.XmlElement("DailyRecurrence", typeof(ReportService2010.DailyRecurrence))>]
[<System.Xml.Serialization.XmlElement("MonthlyDOWRecurrence", typeof(ReportService2010.MonthlyDOWRecurrence))>]
[<System.Xml.Serialization.XmlElement("MonthlyRecurrence", typeof(ReportService2010.MonthlyRecurrence))>]
[<System.Xml.Serialization.XmlElement("MinuteRecurrence", typeof(ReportService2010.MinuteRecurrence))>]
[<System.Xml.Serialization.XmlElement("WeeklyRecurrence", typeof(ReportService2010.WeeklyRecurrence))>]
member this.Item : ReportService2010.RecurrencePattern with get, set
Public Property Item As RecurrencePattern

属性值

一个 RecurrencePattern 对象,该对象包含计划的重复执行模式。

属性

适用于