Content 属性

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

命名空间:  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
A MiningContentNodeCollection that contains the top-level content nodes for the model.