MiningModelPermission.Parent Property

Gets the parent MiningModel referred to by MiningModelPermission.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningModel
    Get
'Usage
Dim instance As MiningModelPermission
Dim value As MiningModel

value = instance.Parent
[BrowsableAttribute(false)]
public MiningModel Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningModel^ Parent {
    MiningModel^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningModel
function get Parent () : MiningModel

Property Value

Type: Microsoft.AnalysisServices.MiningModel
A MiningModel object.