Поделиться через


Свойство Parent

Gets the MiningStructure to which this mining model belongs.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure
    Get
'Применение
Dim instance As MiningModel
Dim value As MiningStructure

value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
    MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure

Значение свойства

Тип Microsoft.AnalysisServices. . :: . .MiningStructure
A MiningStructure.