Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
The parent MiningModel object.