Freigeben über


MiningModel.Content-Eigenschaft

Ruft eine Auflistung der MiningContentNode-Objekte auf oberster Ebene für das Modell ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Content As MiningContentNodeCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Eine MiningContentNodeCollection, die die Inhaltsknoten der obersten Ebene für das Modell enthält.

Siehe auch

Verweis

MiningModel Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace