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 | |
---|---|---|
MonthsOfYearSelector | Initializes a new instance of the MonthsOfYearSelector class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
April | Indicates whether a scheduled report runs in April. | |
August | Indicates whether a scheduled report runs in August. | |
December | Indicates whether a scheduled report runs in December. | |
February | Indicates whether a scheduled report runs in February. | |
January | Indicates whether a scheduled report runs in January. | |
July | Indicates whether a scheduled report runs in July. | |
June | Indicates whether a scheduled report runs in June. | |
March | Indicates whether a scheduled report runs in March. | |
May | Indicates whether a scheduled report runs in May. | |
November | Indicates whether a scheduled report runs in November. | |
October | Indicates whether a scheduled report runs in October. | |
September | Indicates whether a scheduled report runs in September. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.