Condividi tramite


Proprietà Latency

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

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Latency As TimeSpan
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .TimeSpan
A TimeSpan object.

Osservazioni

The default value is infinite.