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