다음을 통해 공유


MonthlyDOWRecurrence.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 선택적 웹 서비스 개체에 대한 값 생략.

참고 항목

참조

MonthlyDOWRecurrence 클래스

ReportService2006 네임스페이스