Proprietà MiningContentNode.Ancestors
Gets a collection of all ancestor MiningContentNode objects.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Ancestors As MiningContentNodeCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningContentNodeCollection
A collection of all ancestor MiningContentNode objects.