MiningServiceControl 열거형
Represents the level of control that the mining service algorithm exposes on the training operation.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
Public Enumeration MiningServiceControl
‘사용 방법
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl
멤버
멤버 이름 | 설명 | |
---|---|---|
None | The training of the algorithm cannot be canceled without losing content that was learned. | |
Cancel | The training of the algorithm can be canceled while still preserving content that was learned. | |
SuspendResume | The training operation can be resumed. | |
SuspendWithResult | The training operation can be suspended, and using the learned content will result in meaningful results. |