Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.6 KB

cachemode-element-assl.md

File metadata and controls

58 lines (41 loc) · 1.6 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
CacheMode Element (ASSL) | Microsoft Docs
Learn about the CacheMode property element in the Analysis Services Scripting Language (ASSL) schema.
09/14/2020
analysis-services
assl
reference
kfollis
kfollis
kfollis

CacheMode Element (ASSL)

Determines the caching mechanism used for training data retrieved while processing a mining structure.

Syntax

  
<MiningStructure>  
   ...  
   <CacheMode>...</CacheMode>  
   ...  
</MiningStructure>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value KeepTrainingCases
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements MiningStructure
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
KeepTrainingCases Training cases are cached during and after processing.
ClearAfterProcessing Training cases are cached during processing, but deleted after processing.

The element that corresponds to the parent of CacheMode in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MiningStructure.

See Also

Properties (ASSL)