다음을 통해 공유


MiningStructure.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.

참고 항목

참조

MiningStructure 클래스

Microsoft.AnalysisServices 네임스페이스