MiningModel.Parent Property

 

Gets the MiningStructure to which this mining model belongs.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningStructure

The mining structure to which this mining model belongs.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top