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 (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property Latency As TimeSpan
[RefreshPropertiesAttribute(RefreshProperties.All)]
public TimeSpan Latency { get; set; }
[RefreshPropertiesAttribute(RefreshProperties::All)]
public:
property TimeSpan Latency {
TimeSpan get ();
void set (TimeSpan value);
}
/** @property */
public TimeSpan get_Latency ()
/** @property */
public void set_Latency (TimeSpan value)
public function get Latency () : TimeSpan
public function set Latency (value : TimeSpan)
Valor de propiedad
A TimeSpan object.
Notas
The default value is infinite.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ProactiveCaching Class
ProactiveCaching Members
Microsoft.AnalysisServices Namespace