Compartilhar via


Propriedade do RDL MiningModel.IsProcessed

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdClient