Partager via


MiningStructure.CacheMode Property

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

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

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace