MeasureGroup.ProactiveCaching Property
Gets or sets the ProactiveCaching information associated with a MeasureGroup.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<DefaultValueAttribute(Nothing)> _
<MergablePropertyAttribute(False)> _
<XmlElementAttribute(IsNullable:=False)> _
Public Property ProactiveCaching As ProactiveCaching
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[DefaultValueAttribute(null)]
[MergablePropertyAttribute(false)]
[XmlElementAttribute(IsNullable=false)]
public ProactiveCaching ProactiveCaching { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[DefaultValueAttribute(nullptr)]
[MergablePropertyAttribute(false)]
[XmlElementAttribute(IsNullable=false)]
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)
Valore proprietà
A ProactiveCaching object.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace