Condividi tramite


Classe ProactiveCaching

Defines ProactiveCaching settings for a parent element.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo ProactiveCaching sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ProactiveCaching Initializes a new instance of ProactiveCaching using the default values.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AggregationStorage Gets or sets storage for partitions with ProactiveCaching.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Enabled Gets or sets Enabled for ProactiveCaching.
Proprietà pubblica ForceRebuildInterval Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Proprietà pubblica Latency Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Proprietà pubblica OnlineMode Gets or sets OnlineMode for a ProactiveCaching object.
Proprietà pubblica SilenceInterval Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Proprietà pubblica SilenceOverrideInterval Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica Source Gets or sets the binding of the ProactiveCaching object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new full copy of an object.
Metodo pubblico CopyTo Copies the content of the object to another object (the destination).
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico ToString Ereditato da Component.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new instance of the AdomdParameter.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices