Compartilhar via


Propriedade do RDL Item

Gets or sets the recurrence pattern of a schedule.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
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 da propriedade

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