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 命名空间