Compartilhar via


Classe ScheduleReference

Represents a reference to a shared schedule.

Hierarquia de herança

System. . :: . .Object
  ReportService2006. . :: . .ScheduleDefinitionOrReference
    ReportService2006..::..ScheduleReference

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.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
Método público ScheduleReference Initializes a new instance of the ScheduleReference class.

Início

Propriedades

  Nome Descrição
Propriedade pública Definition Gets or sets the definition (ScheduleDefinition object) for a shared schedule.
Propriedade pública ScheduleID Gets or sets the system-generated unique identifier of a shared schedule.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência