Proprietà MiningModel.Content
Ottiene una raccolta di oggetti MiningContentNode di livello principale per il modello.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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.AdomdServer.MiningContentNodeCollection
Oggetto MiningContentNodeCollection che contiene i nodi di contenuto di livello principale per il modello.