ParentNode 屬性

Gets the immediate parent node of the MiningContentNode.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property ParentNode As MiningContentNode
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AdomdClient. . :: . .MiningContentNode
A MiningContentNode representing the immediate parent of the MiningContentNode.