Partager via


Partition.ProactiveCaching Property

Gets or sets the ProactiveCaching object for the current partition.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<MergablePropertyAttribute(False)> _
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
Public Property ProactiveCaching As ProactiveCaching
[MergablePropertyAttribute(false)] 
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(null)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
[EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public ProactiveCaching ProactiveCaching { get; set; }
[MergablePropertyAttribute(false)] 
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(nullptr)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
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)

Valeur de propriété

A ProactiveCaching object.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace