Partager via


ParentNode propriété

Gets the MiningContentNode to which this MiningDistribution applies.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentNode As MiningContentNode
    Get
'Utilisation
Dim instance As MiningDistribution
Dim value As MiningContentNode

value = instance.ParentNode
public MiningContentNode ParentNode { get; }
public:
property MiningContentNode^ ParentNode {
    MiningContentNode^ get ();
}
member ParentNode : MiningContentNode
function get ParentNode () : MiningContentNode