MiningDistribution.ParentNode Property

Gets the MiningContentNode to which this MiningDistribution applies.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ParentNode As MiningContentNode 
    Get
'Usage
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

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningContentNode
The MiningContentNode to which this MiningDistribution applies.

See Also

Reference

MiningDistribution Class

Microsoft.AnalysisServices.AdomdServer Namespace