Поделиться через


Свойство MiningStructure.IsProcessed

Gets a value that indicates 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; otherwise, false.

Замечания

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

См. также

Справочник

MiningStructure Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient