Classe ScheduleReference
Represents a reference to a shared schedule.
Spazio dei nomi: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ScheduleReference _
Inherits ScheduleDefinitionOrReference
'Utilizzo
Dim instance As ScheduleReference
[SerializableAttribute]
public class ScheduleReference : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class ScheduleReference : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
type ScheduleReference =
class
inherit ScheduleDefinitionOrReference
end
public class ScheduleReference extends ScheduleDefinitionOrReference
Osservazioni
A ScheduleReference object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the SetExecutionOptions and SetReportHistoryOptions methods.
Use ScheduleReference in methods that require a ScheduleDefinitionOrReference object to indicate that a report runs according to a shared schedule. For more information about Reporting Services schedules, see Shared Schedules and Report-Specific Schedules.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2005. . :: . .ScheduleDefinitionOrReference
ReportService2005..::..ScheduleReference
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.