Compartilhar via


Classe DaysOfWeekSelector

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

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..DaysOfWeekSelector

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class DaysOfWeekSelector
'Uso
Dim instance As DaysOfWeekSelector
[SerializableAttribute]
public class DaysOfWeekSelector
[SerializableAttribute]
public ref class DaysOfWeekSelector
[<SerializableAttribute>]
type DaysOfWeekSelector =  class end
public class DaysOfWeekSelector

O tipo DaysOfWeekSelector expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DaysOfWeekSelector Initializes a new instance of the DaysOfWeekSelector class.

Início

Propriedades

  Nome Descrição
Propriedade pública Friday Gets or sets a value that indicates whether a scheduled report runs on Friday.
Propriedade pública Monday Gets or sets a value that indicates whether a scheduled report runs on Monday.
Propriedade pública Saturday Gets or sets a value that indicates whether a scheduled report runs on Saturday.
Propriedade pública Sunday Gets or sets a value that indicates whether a scheduled report runs on Sunday.
Propriedade pública Thursday Gets or sets a value that indicates whether a scheduled report runs on Thursday.
Propriedade pública Tuesday Gets or sets a value that indicates whether a scheduled report runs on Tuesday.
Propriedade pública Wednesday Gets or sets a value that indicates whether a scheduled report runs on Wednesday.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência