다음을 통해 공유


ProactiveCaching.ForceRebuildInterval 속성

Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property ForceRebuildInterval As TimeSpan 
    Get 
    Set
‘사용 방법
Dim instance As ProactiveCaching 
Dim value As TimeSpan 

value = instance.ForceRebuildInterval

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

속성 값

유형: System.TimeSpan
A TimeSpan object.

주의

The default value is infinite.

참고 항목

참조

ProactiveCaching 클래스

Microsoft.AnalysisServices 네임스페이스