MiningModel.Content 属性

获取模型的顶级 MiningContentNode 对象的集合。

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

语法

声明
Public ReadOnly Property Content As MiningContentNodeCollection 
    Get
用法
Dim instance As MiningModel 
Dim value As MiningContentNodeCollection 

value = instance.Content
public MiningContentNodeCollection Content { get; }
public:
property MiningContentNodeCollection^ Content {
    MiningContentNodeCollection^ get ();
}
member Content : MiningContentNodeCollection
function get Content () : MiningContentNodeCollection

属性值

类型:Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
一个 MiningContentNodeCollection,它包含模型的顶级内容节点。

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices.AdomdServer 命名空间