Condividi tramite


Classe DaysOfWeekSelector

Represents the days of the week on which a scheduled report runs.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005..::..DaysOfWeekSelector

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Utilizzo
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector =  class end
public class DaysOfWeekSelector

Nel tipo DaysOfWeekSelector sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Friday Indicates whether a scheduled report runs on Friday.
Proprietà pubblica Monday Indicates whether a scheduled report runs on Monday.
Proprietà pubblica Saturday Indicates whether a scheduled report runs on Saturday.
Proprietà pubblica Sunday Indicates whether a scheduled report runs on Sunday.
Proprietà pubblica Thursday Indicates whether a scheduled report runs on Thursday.
Proprietà pubblica Tuesday Indicates whether a scheduled report runs on Tuesday.
Proprietà pubblica Wednesday Indicates whether a scheduled report runs on Wednesday.

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

Use the DaysOfWeekSelector class with the DaysOfWeek property of the MonthlyDOWRecurrence class and the DaysOfWeek property of the WeeklyRecurrence class to indicate the days of the week on which a scheduled report runs.

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