Свойство MiningStructureColumn.ParentMiningStructure
Gets the parent MiningStructure to which this mining structure column belongs.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParentMiningStructure As MiningStructure
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.MiningStructure
A MiningStructure representing the parent mining structure.