Proprietà MiningModel.IsProcessed

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsProcessed As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient