Partager via


Propriété ForceRebuildInterval

Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ForceRebuildInterval As TimeSpan
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .TimeSpan
A TimeSpan object.

Notes

The default value is infinite.