ProactiveCaching.ForceRebuildInterval Property
Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property ForceRebuildInterval As TimeSpan
[RefreshPropertiesAttribute(RefreshProperties.All)]
public TimeSpan ForceRebuildInterval { get; set; }
[RefreshPropertiesAttribute(RefreshProperties::All)]
public:
property TimeSpan ForceRebuildInterval {
TimeSpan get ();
void set (TimeSpan value);
}
/** @property */
public TimeSpan get_ForceRebuildInterval ()
/** @property */
public void set_ForceRebuildInterval (TimeSpan value)
public function get ForceRebuildInterval () : TimeSpan
public function set ForceRebuildInterval (value : TimeSpan)
Valore proprietà
A TimeSpan object.
Osservazioni
The default value is infinite.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ProactiveCaching Class
ProactiveCaching Members
Microsoft.AnalysisServices Namespace