Свойство Dimension.ParentCube
Gets a CubeDef that contains the Dimension.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParentCube As CubeDef
Get
'Применение
Dim instance As Dimension
Dim value As CubeDef
value = instance.ParentCube
public CubeDef ParentCube { get; }
public:
property CubeDef^ ParentCube {
CubeDef^ get ();
}
member ParentCube : CubeDef
function get ParentCube () : CubeDef
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that represents the parent cube of the Dimension.