Share via


MiningModelColumn.ParentMiningModel Property

Gets the parent MiningModel of a MiningModelColumn object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningModel As MiningModel
    Get
'Usage
Dim instance As MiningModelColumn
Dim value As MiningModel

value = instance.ParentMiningModel
[BrowsableAttribute(false)]
public MiningModel ParentMiningModel { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ ParentMiningModel {
    MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMiningModel : MiningModel
function get ParentMiningModel () : MiningModel

Property Value

Type: Microsoft.AnalysisServices.MiningModel
A MiningModel object.