MiningModel.Content 属性

Gets a collection of top-level MiningContentNode objects for the model.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningContentNodeCollection
A collection of top-level content nodes for the model.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices.AdomdClient 命名空间