CacheMode 屬性
Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property CacheMode As MiningStructureCacheMode
Get
Set
'用途
Dim instance As MiningStructure
Dim value As MiningStructureCacheMode
value = instance.CacheMode
instance.CacheMode = value
public MiningStructureCacheMode CacheMode { get; set; }
public:
property MiningStructureCacheMode CacheMode {
MiningStructureCacheMode get ();
void set (MiningStructureCacheMode value);
}
member CacheMode : MiningStructureCacheMode with get, set
function get CacheMode () : MiningStructureCacheMode
function set CacheMode (value : MiningStructureCacheMode)
屬性值
型別:Microsoft.AnalysisServices. . :: . .MiningStructureCacheMode
A MiningStructureCacheMode that determines the caching mechanism used for training data retrieved while processing a mining structure.
備註
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. |