Compartir a través de


Cube.ProactiveCaching Property

Gets or sets the proactive caching settings for the cube.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute(Nothing)> _
<MergablePropertyAttribute(False)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ProactiveCaching As ProactiveCaching
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(null)] 
[MergablePropertyAttribute(false)] 
[EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
public ProactiveCaching ProactiveCaching { get; set; }
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(nullptr)] 
[MergablePropertyAttribute(false)] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property ProactiveCaching^ ProactiveCaching {
    ProactiveCaching^ get ();
    void set (ProactiveCaching^ value);
}
/** @property */
public ProactiveCaching get_ProactiveCaching ()

/** @property */
public void set_ProactiveCaching (ProactiveCaching value)
public function get ProactiveCaching () : ProactiveCaching

public function set ProactiveCaching (value : ProactiveCaching)

Valor de propiedad

A ProactiveCaching object.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace