共用方式為


ScheduleDefinition.Item 屬性

Gets or sets the recurrence pattern of a schedule.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property Item As RecurrencePattern 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ScheduleDefinition 類別

ReportService2010 命名空間