共用方式為


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 MiningContentNodeCollection containing the top-level content nodes for the model.