Share via


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 네임스페이스