MinuteRecurrence.MinutesInterval 屬性

Gets or sets the interval, in minutes, at which a scheduled report runs.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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 that represents the interval, in minutes, at which a scheduled report runs.

請參閱

參考

MinuteRecurrence 類別

ReportService2006 命名空間