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.
Gets a value that indicates whether the mining model is populated.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsProcessed As Boolean
Get
'Usage
Dim instance As MiningModel
Dim value As Boolean
value = instance.IsProcessed
public bool IsProcessed { get; }
public:
property bool IsProcessed {
bool get ();
}
member IsProcessed : bool
function get IsProcessed () : boolean
Eigenschaftswert
Typ: System.Boolean
true if the mining model has been populated; otherwise, false.
Hinweise
If the model has not been populated, the model contains a defined structure but will not have been trained with data.