Поделиться через


Свойство 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