共用方式為


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