IsProcessed 属性

Gets a value that indicates whether the mining model is populated.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property IsProcessed As Boolean
    Get
用法
Dim instance As MiningModel
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 mining model has been populated; otherwise, false.

注释

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