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.