MiningModel.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the MiningStructure to which this mining model belongs.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property MiningStructure^ Parent {
    MiningStructure^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Parent : MiningStructure with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property Parent As MiningStructure

Property Value

Type: Microsoft.AnalysisServices.MiningStructure

The mining structure to which this mining model belongs.

See Also

MiningModel Class
Microsoft.AnalysisServices Namespace

Return to top