Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the immediate parent of the MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentNode As MiningContentNode
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningContentNode
A MiningContentNode representing the immediate parent of the MiningContentNode.