Udostępnij przez


MiningStructureCacheMode Enumeration

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.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Deklaracja
Public Enumeration MiningStructureCacheMode
public enum MiningStructureCacheMode
public enum class MiningStructureCacheMode
public enum MiningStructureCacheMode
public enum MiningStructureCacheMode

Members

Member name Description
ClearAfterProcessing Caches cases during processing, but deletes cases after processing.
KeepTrainingCases Caches cases during and after processing.

Remarks

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

Uwaga

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.