Partager via


Propriété MiningModel.Content

Obtient une collection d'objets MiningContentNode de niveau supérieur pour le modèle.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Content As MiningContentNodeCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection qui contient les nœuds de contenu de niveau supérieur pour le modèle.

Voir aussi

Référence

MiningModel Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer