Compartir a través de


MiningModelPermission.Parent Propiedad

Gets the parent MiningModel referred to by MiningModelPermission.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

MiningModelPermission Clase

Espacio de nombres Microsoft.AnalysisServices