Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the level of control that the mining service algorithm exposes on the training operation.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Enumeration MiningServiceControl
'Usage
Dim instance As MiningServiceControl
public enum MiningServiceControl
public enum class MiningServiceControl
type MiningServiceControl
public enum MiningServiceControl
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Cancel | The training of the algorithm can be canceled while still preserving content that was learned. | |
| None | The training of the algorithm cannot be canceled without losing content that was 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. |