Share via


MiningModelColumn.ParentMiningModel Property

Gets the MiningModel to which this column belongs.

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

Syntax

'Declaration
Public ReadOnly Property ParentMiningModel As MiningModel 
    Get
'Usage
Dim instance As MiningModelColumn 
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.AdomdClient.MiningModel
The MiningModel to which this column belongs.

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdClient Namespace