共用方式為


WeeklyRecurrence.WeeksInterval 屬性

The intervals at which a scheduled report runs. Intervals are measured in weeks.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.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.

請參閱

參考

WeeklyRecurrence 類別

ReportService2005 命名空間