MiningModelColumn.Parent Property

 

Gets the parent MiningModel.

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

Syntax

public object Parent { get; }
public:
property Object^ Parent {
    Object^ get();
}
member Parent : Object with get
Public ReadOnly Property Parent As Object

Property Value

Type: System.Object

The parent MiningModel.

See Also

MiningModelColumn Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top