MiningModel.IsProcessed Property

 

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

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

Syntax

public bool IsProcessed { get; }
public:
property bool IsProcessed {
    bool get();
}
member IsProcessed : bool with get
Public ReadOnly Property IsProcessed As Boolean

Property Value

Type: System.Boolean

true if the mining model has been processed; otherwise, false.

Remarks

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

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top