Compartir a través de


Content Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .MiningContentNodeCollection
A MiningContentNodeCollection containing the top-level content nodes for the model.