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


Свойство Parent

Gets the Cube object that is the parent of the Kpi object.

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices. . :: . .Cube
A cube object.