Compartilhar via


Classe MonthsOfYearSelector

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

Hierarquia de herança

System.Object
  ReportService2006.MonthsOfYearSelector

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

Sintaxe

'Declaração
Public Class MonthsOfYearSelector
'Uso
Dim instance As MonthsOfYearSelector
public class MonthsOfYearSelector
public ref class MonthsOfYearSelector
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 Gets or sets a value that indicates whether a scheduled report runs in April.
Propriedade pública August Gets or sets a value that indicates whether a scheduled report runs in August.
Propriedade pública December Gets or sets a value that indicates whether a scheduled report runs in December.
Propriedade pública February Gets or sets a value that indicates whether a scheduled report runs in February.
Propriedade pública January Gets or sets a value that indicates whether a scheduled report runs in January.
Propriedade pública July Gets or sets a value that indicates whether a scheduled report runs in July.
Propriedade pública June Gets or sets a value that indicates whether a scheduled report runs in June.
Propriedade pública March Gets or sets a value that indicates whether a scheduled report runs in March.
Propriedade pública May Gets or sets a value that indicates whether a scheduled report runs in May.
Propriedade pública November Gets or sets a value that indicates whether a scheduled report runs in November.
Propriedade pública October Gets or sets a value that indicates whether a scheduled report runs in October.
Propriedade pública September Gets or sets a value that 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 together with the MonthsOfYear property of the MonthlyDOWRecurrence class or the MonthsOfYear property of the MonthlyRecurrence class 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

Namespace ReportService2006