Compartilhar via


Classe MonthsOfYearSelector

Represents the months of the year in which a scheduled report runs.

Hierarquia de herança

System. . :: . .Object
  ReportService2005..::..MonthsOfYearSelector

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

Sintaxe

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

O tipo MonthsOfYearSelector expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública April Indicates whether a scheduled report runs in April.
Propriedade pública August Indicates whether a scheduled report runs in August.
Propriedade pública December Indicates whether a scheduled report runs in December.
Propriedade pública February Indicates whether a scheduled report runs in February.
Propriedade pública January Indicates whether a scheduled report runs in January.
Propriedade pública July Indicates whether a scheduled report runs in July.
Propriedade pública June Indicates whether a scheduled report runs in June.
Propriedade pública March Indicates whether a scheduled report runs in March.
Propriedade pública May Indicates whether a scheduled report runs in May.
Propriedade pública November Indicates whether a scheduled report runs in November.
Propriedade pública October Indicates whether a scheduled report runs in October.
Propriedade pública September Indicates whether a scheduled report runs in September.

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 MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in 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