Proprietà MiningModel.Content

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
A collection of top-level content nodes for the model.

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient