Свойство PerspectiveMeasure.Parent
Gets the parent of the PerspectiveMeasure object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveMeasureGroup
Get
'Применение
Dim instance As PerspectiveMeasure
Dim value As PerspectiveMeasureGroup
value = instance.Parent
[BrowsableAttribute(false)]
public PerspectiveMeasureGroup Parent { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveMeasureGroup^ Parent {
PerspectiveMeasureGroup^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : PerspectiveMeasureGroup
function get Parent () : PerspectiveMeasureGroup
Значение свойства
Тип: Microsoft.AnalysisServices.PerspectiveMeasureGroup
A PerspectiveMeasureGroup object.