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