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
<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
El tipo ScheduleReference expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ScheduleReference | Initializes a new instance of the ScheduleReference class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.