Share via


MonthlyDOWRecurrence.WhichWeek Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the week of the month in which a scheduled report runs.

Syntax

'Declaration
Public Property WhichWeek As WeekNumberEnum
public WeekNumberEnum WhichWeek { get; set; }
public:
property WeekNumberEnum WhichWeek {
    WeekNumberEnum get ();
    void set (WeekNumberEnum value);
}
/** @property */
public WeekNumberEnum get_WhichWeek ()

/** @property */
public void set_WhichWeek (WeekNumberEnum value)
public function get WhichWeek () : WeekNumberEnum

public function set WhichWeek (value : WeekNumberEnum)

Property Value

A WeekNumberEnum value.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

MonthlyDOWRecurrence Class
MonthlyDOWRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace