Proprietà MiningContentNode.ParentNode
Ottiene l'elemento padre diretto dell'oggetto MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ParentNode As MiningContentNode
Get
'Utilizzo
Dim instance As MiningContentNode
Dim value As MiningContentNode
value = instance.ParentNode
public MiningContentNode ParentNode { get; }
public:
property MiningContentNode^ ParentNode {
MiningContentNode^ get ();
}
member ParentNode : MiningContentNode
function get ParentNode () : MiningContentNode
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNode
Oggetto MiningContentNode che rappresenta il nodo padre diretto dell'oggetto MiningContentNode.