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 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.