MiningStructure.IsProcessed Property

 

Gets a value that indicates whether the model is populated.

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 model is populated; otherwise, false.

Remarks

If the model is not populated, the model will have a defined structure that has not been trained with data.

See Also

MiningStructure Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top