Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the parent mining structure referred to by MiningModelPermission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningStructure As MiningStructure
Get
'Usage
Dim instance As MiningModelPermission
Dim value As MiningStructure
value = instance.ParentMiningStructure
[BrowsableAttribute(false)]
public MiningStructure ParentMiningStructure { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ ParentMiningStructure {
MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMiningStructure : MiningStructure
function get ParentMiningStructure () : MiningStructure
Property Value
Type: Microsoft.AnalysisServices.MiningStructure
The parent mining structure.