Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.