Propriété Parent
Gets the parent MiningModel referred to by MiningModelPermission.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningModel
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .MiningModel
A MiningModel object.