Partager via


IsProcessed propriété

Determines whether the model is populated.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsProcessed As Boolean
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

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