Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
語法
'宣告
<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)
屬性值
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. |
執行緒安全性
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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace