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

public MiningModel ParentMiningModel { get; }
public:
property MiningModel^ ParentMiningModel {
    MiningModel^ get();
}
member ParentMiningModel : MiningModel with get
Public ReadOnly Property ParentMiningModel As MiningModel

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningModel

The MiningModel to which this column belongs.

See Also

MiningModelColumn Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top