共用方式為


IsProcessed 屬性

Determines whether the model is populated.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property IsProcessed As Boolean
    Get
'用途
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

屬性值

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

備註

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