共用方式為


Definition 屬性

Gets or sets the definition of the schedule.

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

語法

'宣告
Public Property Definition As ScheduleDefinition
    Get
    Set
'用途
Dim instance As Schedule
Dim value As ScheduleDefinition

value = instance.Definition

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

屬性值

型別:ReportService2005. . :: . .ScheduleDefinition
A ScheduleDefinition object containing the definition of the schedule.