Freigeben über


MiningModelPermission.Parent-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.MiningModel
The parent MiningModel object.

Siehe auch

Verweis

MiningModelPermission Klasse

Microsoft.AnalysisServices-Namespace