MiningContentNode.ParentMiningModel Property

Gets the MiningModel of the MiningContentNode.

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

Syntax

'Declaration
Public ReadOnly Property ParentMiningModel As MiningModel
    Get
'Usage
Dim instance As MiningContentNode
Dim value As MiningModel

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