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 of a MiningStructureColumn object.
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 MiningStructureColumn
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
A MiningStructure object.