共用方式為


MiningServiceControl 列舉

Represents the level of control that the mining service algorithm exposes on the training operation .

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Enumeration MiningServiceControl
'用途
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl

成員

成員名稱 說明
SuspendWithResult The training operation can be suspended, and using the learned content will result in meaningful results.
SuspendResume The training operation can be resumed.
None The training of the algorithm cannot be canceled without loosing content learned.
Cancel The training of the algorithm can be canceled while still preserving content learned.