Compartir a través de


Clase MonthsOfYearSelector

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

Jerarquía de herencia

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

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
<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

El tipo MonthsOfYearSelector expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MonthsOfYearSelector Initializes a new instance of the MonthsOfYearSelector class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública April Indicates whether a scheduled report runs in April.
Propiedad pública August Indicates whether a scheduled report runs in August.
Propiedad pública December Indicates whether a scheduled report runs in December.
Propiedad pública February Indicates whether a scheduled report runs in February.
Propiedad pública January Indicates whether a scheduled report runs in January.
Propiedad pública July Indicates whether a scheduled report runs in July.
Propiedad pública June Indicates whether a scheduled report runs in June.
Propiedad pública March Indicates whether a scheduled report runs in March.
Propiedad pública May Indicates whether a scheduled report runs in May.
Propiedad pública November Indicates whether a scheduled report runs in November.
Propiedad pública October Indicates whether a scheduled report runs in October.
Propiedad pública September Indicates whether a scheduled report runs in September.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use the MonthsOfYearSelector class with the MonthsOfYear property of the MonthlyDOWRecurrence and MonthlyRecurrence classes to indicate the months in which a scheduled report runs.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia