Freigeben über


ProactiveCaching-Klasse

Defines ProactiveCaching settings for a parent element.

Vererbungshierarchie

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Der ProactiveCaching-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ProactiveCaching Initializes a new instance of ProactiveCaching using the default values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AggregationStorage Gets or sets storage for partitions with ProactiveCaching.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Enabled Gets or sets Enabled for ProactiveCaching.
Öffentliche Eigenschaft ForceRebuildInterval Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Öffentliche Eigenschaft Latency Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Öffentliche Eigenschaft OnlineMode Gets or sets OnlineMode for a ProactiveCaching object.
Öffentliche Eigenschaft SilenceInterval Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Öffentliche Eigenschaft SilenceOverrideInterval Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Öffentliche Eigenschaft Site (Geerbt von Component.)
Öffentliche Eigenschaft Source Gets or sets the binding of the ProactiveCaching object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new full copy of an object.
Öffentliche Methode CopyTo Copies the content of the object to another object (the destination).
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString (Geerbt von Component.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new instance of the AdomdParameter.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace