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

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningModel
The MiningModel of the MiningContentNode.

See Also

Reference

MiningContentNode Class

Microsoft.AnalysisServices.AdomdServer Namespace