MonthlyDOWRecurrence.WhichWeek 属性

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

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.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)

属性值

类型:ReportService2010.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 服务对象的值.

请参阅

参考

MonthlyDOWRecurrence 类

ReportService2010 命名空间