Свойство 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.