MiningServiceControl Enumeration

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

命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

語法

'宣告
Public Enumeration MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
public enum MiningServiceControl
public enum MiningServiceControl

Members

Member name Description
Cancel The training of the algorithm can be canceled while still preserving content learned.
None The training of the algorithm cannot be canceled without loosing content 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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices.AdomdClient Namespace