Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Latency As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A TimeSpan object.
Remarks
The default value is infinite.