WhichWeek 屬性
Gets or sets the week of the month in which a scheduled report runs.
命名空間: ReportService2006
組件: ReportService2006 (在 ReportService2006.dll 中)
語法
'宣告
Public Property WhichWeek As WeekNumberEnum
Get
Set
'用途
Dim instance As MonthlyDOWRecurrence
Dim value As WeekNumberEnum
value = instance.WhichWeek
instance.WhichWeek = value
public WeekNumberEnum WhichWeek { get; set; }
public:
property WeekNumberEnum WhichWeek {
WeekNumberEnum get ();
void set (WeekNumberEnum value);
}
member WhichWeek : WeekNumberEnum with get, set
function get WhichWeek () : WeekNumberEnum
function set WhichWeek (value : WeekNumberEnum)
屬性值
型別:ReportService2006. . :: . .WeekNumberEnum
A WeekNumberEnum value.
備註
The value for the WhichWeek property has a corresponding WhichWeekSpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see 省略選擇性 Web 服務物件的值.