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