Compartir a través de


Clase ScheduleReference

Represents a reference to a shared schedule.

Jerarquía de herencia

System.Object
  ReportService2006.ScheduleDefinitionOrReference
    ReportService2006.ScheduleReference

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

Sintaxis

'Declaración
Public Class ScheduleReference _
    Inherits ScheduleDefinitionOrReference
'Uso
Dim instance As ScheduleReference
public class ScheduleReference : ScheduleDefinitionOrReference
public ref class ScheduleReference : public ScheduleDefinitionOrReference
type ScheduleReference =  
    class 
        inherit ScheduleDefinitionOrReference 
    end
public class ScheduleReference extends ScheduleDefinitionOrReference

El tipo ScheduleReference expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ScheduleReference Initializes a new instance of the ScheduleReference class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Definition Gets or sets the definition (ScheduleDefinition object) for a shared schedule.
Propiedad pública ScheduleID Gets or sets the system-generated unique identifier of a shared schedule.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2006