ScheduleDefinition.Item Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il criterio di ricorrenza di una pianificazione.
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
Valore della proprietà
Oggetto RecurrencePattern contenente il criterio di ricorrenza della pianificazione.
- Attributi