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.