共用方式為


MinuteRecurrence.MinutesInterval 屬性

The interval, in minutes, at which a scheduled report runs.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Property MinutesInterval As Integer 
    Get 
    Set
'用途
Dim instance As MinuteRecurrence 
Dim value As Integer 

value = instance.MinutesInterval

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

屬性值

型別:System.Int32
An Integer value representing the interval, in minutes, at which a scheduled report runs.

請參閱

參考

MinuteRecurrence 類別

ReportService2005 命名空間