共用方式為


WeeklyRecurrence.WeeksInterval 屬性

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

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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 省略選擇性 Web 服務物件的值.

請參閱

參考

WeeklyRecurrence 類別

ReportService2006 命名空間