Classe ProactiveCaching
Defines ProactiveCaching settings for a parent element.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ProactiveCaching
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo ProactiveCaching expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ProactiveCaching | Initializes a new instance of ProactiveCaching using the default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AggregationStorage | Gets or sets storage for partitions with ProactiveCaching. | |
Container | (Herdado de Component.) | |
Enabled | Gets or sets Enabled for ProactiveCaching. | |
ForceRebuildInterval | Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally. | |
Latency | Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed. | |
OnlineMode | Gets or sets OnlineMode for a ProactiveCaching object. | |
SilenceInterval | Gets or sets the minimum amount of no activity before MOLAP imaging starts. | |
SilenceOverrideInterval | Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts. | |
Site | (Herdado de Component.) | |
Source | Gets or sets the binding of the ProactiveCaching object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates a new full copy of an object. | |
CopyTo | Copies the content of the object to another object (the destination). | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
ToString | (Herdado de Component.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates a new instance of the AdomdParameter. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.