다음을 통해 공유


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.dll의 Microsoft.AnalysisServices

구문

‘선언
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.