Свойство NamedSet.ParentCube
Gets a CubeDef that contains the NamedSet.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParentCube As CubeDef
Get
'Применение
Dim instance As NamedSet
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 contains the NamedSet.