Schedule.Definition 属性

Gets or sets the definition of the schedule.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.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)

属性值

类型:ReportService2006.ScheduleDefinition
A ScheduleDefinition object that contains the definition of the schedule.

请参阅

参考

Schedule 类

ReportService2006 命名空间