Partager via


Propriété ProactiveCaching.Latency

Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.

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

Syntaxe

'Déclaration
Public Property Latency As TimeSpan 
    Get 
    Set
'Utilisation
Dim instance As ProactiveCaching 
Dim value As TimeSpan 

value = instance.Latency

instance.Latency = value
public TimeSpan Latency { get; set; }
public:
property TimeSpan Latency {
    TimeSpan get ();
    void set (TimeSpan value);
}
member Latency : TimeSpan with get, set
function get Latency () : TimeSpan 
function set Latency (value : TimeSpan)

Valeur de propriété

Type : System.TimeSpan
A TimeSpan object.

Notes

The default value is infinite.

Voir aussi

Référence

ProactiveCaching Classe

Espace de noms Microsoft.AnalysisServices