Compartir a través de


Clase ProactiveCaching

Defines ProactiveCaching settings for a parent element.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices..::..ProactiveCaching

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")> _
Public NotInheritable Class ProactiveCaching _
    Inherits Component _
    Implements ICloneable
'Uso
Dim instance As ProactiveCaching
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")]
public sealed class ProactiveCaching : Component, 
    ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"7899B101-7D9A-4f07-8B91-754F592A27DF")]
public ref class ProactiveCaching sealed : public Component, 
    ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")>]
type ProactiveCaching =  
    class
        inherit Component
        interface ICloneable
    end
public final class ProactiveCaching extends Component implements ICloneable

El tipo ProactiveCaching expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ProactiveCaching Initializes a new instance of ProactiveCaching using the default values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AggregationStorage Gets or sets storage for partitions with ProactiveCaching.
Propiedad protegida CanRaiseEvents (Se hereda de Component.)
Propiedad pública Container (Se hereda de Component.)
Propiedad protegida DesignMode (Se hereda de Component.)
Propiedad pública Enabled Gets or sets Enabled for ProactiveCaching.
Propiedad protegida Events (Se hereda de Component.)
Propiedad pública ForceRebuildInterval Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Propiedad pública Latency Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Propiedad pública OnlineMode Gets or sets OnlineMode for a ProactiveCaching object.
Propiedad pública SilenceInterval Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Propiedad pública SilenceOverrideInterval Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Propiedad pública Site (Se hereda de Component.)
Propiedad pública Source Gets or sets the binding of the ProactiveCaching object.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates a new full copy of an object.
Método público CopyTo Copies a ProactiveCaching object to the specified object.
Método público CreateObjRef (Se hereda de MarshalByRefObject.)
Método público Dispose() () () () (Se hereda de Component.)
Método protegido Dispose(Boolean) (Se hereda de Component.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Component.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService (Se hereda de MarshalByRefObject.)
Método protegido GetService (Se hereda de Component.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService (Se hereda de MarshalByRefObject.)
Método protegido MemberwiseClone() () () () (Se hereda de Object.)
Método protegido MemberwiseClone(Boolean) (Se hereda de MarshalByRefObject.)
Método público ToString (Se hereda de Component.)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.