확장 최소화
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

MiningStructureCacheMode 열거형

Determines whether the training data that Analysis Services retrieves and caches while processing a mining structure is persisted or deleted after Analysis Services finishes the processing.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
public enum MiningStructureCacheMode
멤버 이름설명
ClearAfterProcessingCaches cases during processing, but deletes cases after processing.
KeepTrainingCasesCaches cases during and after processing.

The value of this property is limited to one of the strings in the following table.

참고참고

CacheMode must be set to KeepTrainingCases in order to use holdout. If a test data set has been defined for an existing structure by using one of the holdout parameters, changing the value of CacheMode to ClearAfterProcessing will delete the test data set and its definition.

Caching must be enabled to use drillthrough on the mining structure cases.

이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.