Właściwość ScheduleDefinition.Item
Pobiera lub ustawia wzorzec cyklu harmonogramu.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property Item As RecurrencePattern
Get
Set
'Użycie
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)
Wartość właściwości
Typ: ReportService2005.RecurrencePattern
A RecurrencePattern obiektu.