Свойство 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 Пропуск значений для необязательных объектов веб-службы.