Share via


MiningStructure.IsProcessed Property

Determines whether the model is populated.

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

Syntax

'Declaration
Public ReadOnly Property IsProcessed As Boolean
    Get
'Usage
Dim instance As MiningStructure
Dim value As Boolean

value = instance.IsProcessed
public bool IsProcessed { get; }
public:
property bool IsProcessed {
    bool get ();
}
member IsProcessed : bool
function get IsProcessed () : boolean

Property Value

Type: System.Boolean
true if the model is populated; false otherwise.

Remarks

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