Compartir a través de


MiningModel.IsProcessed Propiedad

Gets a value that indicates whether the mining model has been processed.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsProcessed As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the mining model has been processed; otherwise, false.

Comentarios

If the model has not been processed, it contains a defined structure but will not have been trained with data.

Vea también

Referencia

MiningModel Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient