Compartir a través de


Schedule.Definition Propiedad

Gets or sets the definition of the schedule.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property Definition As ScheduleDefinition 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: ReportService2005.ScheduleDefinition
A ScheduleDefinition object containing the definition of the schedule.

Vea también

Referencia

Schedule Clase

Espacio de nombres ReportService2005