Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the definition for a shared schedule.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property Definition As ScheduleDefinition
Get
Set
'Usage
Dim instance As ScheduleReference
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)
Property Value
Type: ReportService2010.ScheduleDefinition
A ScheduleDefinition object.