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.