MiningModelPermission.ParentMiningStructure Property

 

Applies To: SQL Server 2016 Preview

Gets the parent mining structure referred to by MiningModelPermission.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.MiningStructure

The parent mining structure.

See Also

MiningModelPermission Class
Microsoft.AnalysisServices Namespace

Return to top