Enumerazione 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.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Enumeration MiningStructureCacheMode
'Utilizzo
Dim instance As MiningStructureCacheMode
public enum MiningStructureCacheMode
public enum class MiningStructureCacheMode
type MiningStructureCacheMode
public enum MiningStructureCacheMode
Membri
Nome membro | Descrizione | |
---|---|---|
KeepTrainingCases | Caches cases during and after processing. | |
ClearAfterProcessing | Caches cases during processing, but deletes cases after processing. |
Osservazioni
The value of this property is limited to one of the strings in the following table.
Caching must be enabled to use drillthrough on the mining structure cases.