MiningStructure.CacheMode Property

Definition

Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningStructure_CacheMode")]
public Microsoft.AnalysisServices.MiningStructureCacheMode CacheMode { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningStructure_CacheMode")>]
member this.CacheMode : Microsoft.AnalysisServices.MiningStructureCacheMode with get, set
Public Property CacheMode As MiningStructureCacheMode

Property Value

MiningStructureCacheMode

A MiningStructureCacheMode that determines the caching mechanism used for training data retrieved while processing a mining structure.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The value of this property 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 are deleted after processing.

Applies to