Share via


MiningModel.Content Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public MiningContentNodeCollection Content { get; }
public:
property MiningContentNodeCollection^ Content {
    MiningContentNodeCollection^ get();
}
member Content : MiningContentNodeCollection with get
Public ReadOnly Property Content As MiningContentNodeCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection

A collection of top-level content nodes for the model.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top