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 MiningStructure to which this mining structure column belongs.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentMiningStructure As MiningStructure
Get
'Usage
Dim instance As MiningStructureColumn
Dim value As MiningStructure
value = instance.ParentMiningStructure
public MiningStructure ParentMiningStructure { get; }
public:
virtual property MiningStructure^ ParentMiningStructure {
MiningStructure^ get () sealed;
}
abstract ParentMiningStructure : MiningStructure
override ParentMiningStructure : MiningStructure
final function get ParentMiningStructure () : MiningStructure
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningStructure
A MiningStructure representing the parent mining structure.