Condividi tramite


MiningStructure.CacheMode Property

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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<DefaultValueAttribute(MiningStructureCacheMode.KeepTrainingCases)> _
Public Property CacheMode As MiningStructureCacheMode
[DefaultValueAttribute(MiningStructureCacheMode.KeepTrainingCases)] 
public MiningStructureCacheMode CacheMode { get; set; }
[DefaultValueAttribute(MiningStructureCacheMode::KeepTrainingCases)] 
public:
property MiningStructureCacheMode CacheMode {
    MiningStructureCacheMode get ();
    void set (MiningStructureCacheMode value);
}
/** @property */
public MiningStructureCacheMode get_CacheMode ()

/** @property */
public void set_CacheMode (MiningStructureCacheMode value)
public function get CacheMode () : MiningStructureCacheMode

public function set CacheMode (value : MiningStructureCacheMode)

Valore proprietà

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

Osservazioni

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace