Propriedade do RDL MiningModelPermission.Parent
Gets the parent MiningModel referred to by MiningModelPermission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningModel
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.MiningModel
The parent MiningModel object.