Propriété MiningStructurePermission.Parent
Gets the parent MiningStructure referred to by MiningStructurePermission.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure
Get
'Utilisation
Dim instance As MiningStructurePermission
Dim value As MiningStructure
value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure
Valeur de propriété
Type : Microsoft.AnalysisServices.MiningStructure
A MiningStructure object.