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
'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.AdomdClient.MiningStructure
A MiningStructure.