ParentNode Propiedad
Gets the immediate parent of the MiningContentNode.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParentNode As MiningContentNode
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningContentNode
A MiningContentNode representing the immediate parent of the MiningContentNode.
Vea también