Compartir a través de


ScheduleDefinition.Item Propiedad

Gets or sets the recurrence pattern of a schedule.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Item As RecurrencePattern 
    Get 
    Set
'Uso
Dim instance As ScheduleDefinition 
Dim value As RecurrencePattern 

value = instance.Item

instance.Item = value
public RecurrencePattern Item { get; set; }
public:
property RecurrencePattern^ Item {
    RecurrencePattern^ get ();
    void set (RecurrencePattern^ value);
}
member Item : RecurrencePattern with get, set
function get Item () : RecurrencePattern 
function set Item (value : RecurrencePattern)

Valor de la propiedad

Tipo: ReportService2010.RecurrencePattern
A RecurrencePattern object that contains the recurrence pattern for the schedule.

Vea también

Referencia

ScheduleDefinition Clase

Espacio de nombres ReportService2010