Share via


MiningStructureCacheMode 枚举

Determines whether the training data that Analysis Services retrieves and caches while processing a mining structure is persisted or deleted after Analysis Services finishes the processing.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Enumeration MiningStructureCacheMode
用法
Dim instance As MiningStructureCacheMode
public enum MiningStructureCacheMode
public enum class MiningStructureCacheMode
type MiningStructureCacheMode
public enum MiningStructureCacheMode

成员

成员名称 说明
KeepTrainingCases Caches cases during and after processing.
ClearAfterProcessing Caches cases during processing, but deletes cases after processing.

注释

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

注意注意

CacheMode must be set to KeepTrainingCases in order to use holdout. If a test data set has been defined for an existing structure by using one of the holdout parameters, changing the value of CacheMode to ClearAfterProcessing will delete the test data set and its definition.

Caching must be enabled to use drillthrough on the mining structure cases.