Proprietà ParentNode
Gets the immediate parent node of the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .MiningContentNode
A MiningContentNode representing the immediate parent of the MiningContentNode.
Vedere anche