Propriedade do RDL MiningModel.Content
Obtém uma coleção de objetos MiningContentNode de nível superior para o modelo.
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
Uma MiningContentNodeCollection que contém nós de conteúdo de nível superior para o modelo.