Partager via


Classe ProactiveCaching

Defines ProactiveCaching settings for a parent element.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")> _
Public NotInheritable Class ProactiveCaching _
    Inherits Component _
    Implements ICloneable
'Utilisation
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

Le type ProactiveCaching expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ProactiveCaching Initializes a new instance of ProactiveCaching using the default values.

Haut de la page

Propriétés

  Nom Description
Propriété publique AggregationStorage Gets or sets storage for partitions with ProactiveCaching.
Propriété publique Container (hérité de Component.)
Propriété publique Enabled Gets or sets Enabled for ProactiveCaching.
Propriété publique ForceRebuildInterval Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Propriété publique Latency Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Propriété publique OnlineMode Gets or sets OnlineMode for a ProactiveCaching object.
Propriété publique SilenceInterval Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Propriété publique SilenceOverrideInterval Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Propriété publique Site (hérité de Component.)
Propriété publique Source Gets or sets the binding of the ProactiveCaching object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new full copy of an object.
Méthode publique CopyTo Copies the content of the object to another object (the destination).
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique ToString (hérité de Component.)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new instance of the AdomdParameter.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices