MonthlyDOWRecurrence.MonthsOfYear Property
Gets or sets the months of the year in which a scheduled report runs.
Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)
Sintaxis
'Declaración
Public Property MonthsOfYear As MonthsOfYearSelector
public MonthsOfYearSelector MonthsOfYear { get; set; }
public:
property MonthsOfYearSelector^ MonthsOfYear {
MonthsOfYearSelector^ get ();
void set (MonthsOfYearSelector^ value);
}
/** @property */
public MonthsOfYearSelector get_MonthsOfYear ()
/** @property */
public void set_MonthsOfYear (MonthsOfYearSelector value)
public function get MonthsOfYear () : MonthsOfYearSelector
public function set MonthsOfYear (value : MonthsOfYearSelector)
Valor de propiedad
A MonthsOfYearSelector object.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
MonthlyDOWRecurrence Class
MonthlyDOWRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace