Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the parent MiningStructure to which this mining structure column belongs.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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:
property MiningStructure^ ParentMiningStructure {
MiningStructure^ get ();
}
member ParentMiningStructure : MiningStructure
function get ParentMiningStructure () : MiningStructure
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningStructure
A MiningStructure representing the parent mining structure.