다음을 통해 공유


WeeksInterval 속성

Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property WeeksInterval As Integer
    Get
    Set
‘사용 방법
Dim instance As WeeklyRecurrence
Dim value As Integer

value = instance.WeeksInterval

instance.WeeksInterval = value
public int WeeksInterval { get; set; }
public:
property int WeeksInterval {
    int get ();
    void set (int value);
}
member WeeksInterval : int with get, set
function get WeeksInterval () : int
function set WeeksInterval (value : int)

속성 값

유형: System. . :: . .Int32
An Integer value that contains the intervals at which a scheduled report runs.

주의

The value for the WeeksInterval property has a corresponding WeeksIntervalSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 선택적 웹 서비스 개체에 대한 값 생략.