Condividi tramite


MiningServiceControl Enumeration

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.AnalysisServices.AdomdClient Namespace