Condividi tramite


Classe ScheduleReference

Represents a reference to a shared schedule.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .ScheduleDefinitionOrReference
    ReportService2005..::..ScheduleReference

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

Nel tipo ScheduleReference sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ScheduleReference Initializes a new instance of the ScheduleReference class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Definition Gets or sets the definition (ScheduleDefinition object) for a shared schedule.
Proprietà pubblica ScheduleID Gets or sets the system-generated unique identifier of a shared schedule.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento