ScheduleDefinition.Item Propiedad

Definición

Obtiene o establece el patrón de periodicidad de una programación.

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

Valor de propiedad

Objeto RecurrencePattern que contiene el patrón de periodicidad de la programación.

Atributos

Se aplica a