Énumération MiningServiceControl

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public Enumeration MiningServiceControl
'Utilisation
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl

Membres

Nom de membre Description
SuspendWithResult The training operation can be suspended, and using the learned content will result in meaningful results.
SuspendResume The training operation can be resumed.
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.