Compartir a través de


MiningContentNode.Ancestors Propiedad

Obtiene una colección de todos los objetos antecesores MiningContentNode.

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

Sintaxis

'Declaración
Public ReadOnly Property Ancestors As MiningContentNodeCollection 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As MiningContentNodeCollection 

value = instance.Ancestors
public MiningContentNodeCollection Ancestors { get; }
public:
property MiningContentNodeCollection^ Ancestors {
    MiningContentNodeCollection^ get ();
}
member Ancestors : MiningContentNodeCollection
function get Ancestors () : MiningContentNodeCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Colección de todos los objetos antecesores MiningContentNode.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer