Share via


Classe DaysOfWeekSelector

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

Hiérarchie d'héritage

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Utilisation
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector =  class end
public class DaysOfWeekSelector

Le type DaysOfWeekSelector expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DaysOfWeekSelector Initializes a new instance of the DaysOfWeekSelector class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Friday Indicates whether a scheduled report runs on Friday.
Propriété publique Monday Indicates whether a scheduled report runs on Monday.
Propriété publique Saturday Indicates whether a scheduled report runs on Saturday.
Propriété publique Sunday Indicates whether a scheduled report runs on Sunday.
Propriété publique Thursday Indicates whether a scheduled report runs on Thursday.
Propriété publique Tuesday Indicates whether a scheduled report runs on Tuesday.
Propriété publique Wednesday Indicates whether a scheduled report runs on Wednesday.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence