Поделиться через


Свойство OlapInfoCube.CubeName

Gets a String that represents the name of the cube that the OlapInfoCube represents.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property CubeName As String 
    Get
'Применение
Dim instance As OlapInfoCube 
Dim value As String 

value = instance.CubeName
public string CubeName { get; }
public:
property String^ CubeName {
    String^ get ();
}
member CubeName : string
function get CubeName () : String

Значение свойства

Тип: System.String
A String that represents the name of the cube that the OlapInfoCube represents.

См. также

Справочник

OlapInfoCube Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient