MiningModel.Parent Property

Gets the MiningStructure to which this mining model belongs.

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

Syntax

'Declaration
Public ReadOnly Property Parent As MiningStructure 
    Get
'Usage
Dim instance As MiningModel 
Dim value As MiningStructure 

value = instance.Parent
public MiningStructure Parent { get; }
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
member Parent : MiningStructure
function get Parent () : MiningStructure

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningStructure
The mining structure to which the mining model belongs.

See Also

Reference

MiningModel Class

Microsoft.AnalysisServices.AdomdServer Namespace