다음을 통해 공유


Definition 속성

Gets or sets the definition of the schedule.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
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.