Compartir a través de


MiningModel.Content Propiedad

Obtiene una colección de objetos MiningContentNode de nivel superior para el modelo.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection que contiene los nodos de contenido de nivel superior para el modelo.

Vea también

Referencia

MiningModel Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer