ProactiveCaching.Latency Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ProactiveCaching_Latency")]
public TimeSpan Latency { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ProactiveCaching_Latency")>]
member this.Latency : TimeSpan with get, set
Public Property Latency As TimeSpan

Property Value

TimeSpan

A TimeSpan object.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The default value is infinite.

Applies to