ScheduleDefinition.Item プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スケジュールの定期的なパターンを取得または設定します。
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 オブジェクトです。
- 属性