Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the level of control that the mining service algorithm exposes on the training operation .
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Enumeration MiningServiceControl
'Utilizzo
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl
Membri
| Nome membro | Descrizione | |
|---|---|---|
| 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. |