Compartilhar via


Propriedade do RDL MiningModel.Content

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

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

Sintaxe

'Declaração
Public ReadOnly Property Content As MiningContentNodeCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
A MiningContentNodeCollection that contains the top-level content nodes for the model.

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdServer