Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ForceRebuildInterval As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A TimeSpan object.
Remarks
The default value is infinite.