Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the level of control that the mining service algorithm exposes on the training operation .
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Enumeration MiningServiceControl
'Uso
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |