Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property Latency As TimeSpan
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.TimeSpan
A TimeSpan object.
Comentarios
The default value is infinite.