Classe ScheduleReference
Represents a reference to a shared schedule.
Hierarquia de herança
System. . :: . .Object
ReportService2005. . :: . .ScheduleDefinitionOrReference
ReportService2005..::..ScheduleReference
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ScheduleReference _
Inherits ScheduleDefinitionOrReference
'Uso
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
O tipo ScheduleReference expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScheduleReference | Initializes a new instance of the ScheduleReference class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Definition | Gets or sets the definition (ScheduleDefinition object) for a shared schedule. | |
ScheduleID | Gets or sets the system-generated unique identifier of a shared schedule. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.