| title |
CacheMode Element (ASSL) | Microsoft Docs |
| ms.custom |
|
| ms.date |
03/06/2017 |
| ms.prod |
sql-server-2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
analysis-services |
docset-sql-devref |
|
| ms.tgt_pltfrm |
|
| ms.topic |
reference |
| apiname |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| helpviewer_keywords |
|
| ms.assetid |
bfb8f7bb-ccd3-4dfe-a36a-1cea15edfe40 |
| caps.latest.revision |
13 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Determines the caching mechanism used for training data retrieved while processing a mining structure.
<MiningStructure>
...
<CacheMode>...</CacheMode>
...
</MiningStructure>
| Characteristic |
Description |
| Data type and length |
String (enumeration) |
| Default value |
KeepTrainingCases |
| Cardinality |
0-1: Optional element that can occur once and only once. |
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. |
Remarks
The element that corresponds to the parent of CacheMode in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MiningStructure.
Properties (ASSL)