Свойство Context.CurrentCube
Gets the current cube.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property CurrentCube As CubeDef
Get
'Применение
Dim value As CubeDef
value = Context.CurrentCube
public static CubeDef CurrentCube { get; }
public:
static property CubeDef^ CurrentCube {
CubeDef^ get ();
}
static member CurrentCube : CubeDef
static function get CurrentCube () : CubeDef
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdServer.CubeDef
A CubeDef that represents the current cube; nullпустая ссылка (Nothing в Visual Basic) if not applicable.
Замечания
The return value will be nullпустая ссылка (Nothing в Visual Basic) when called from a Data Mining Extensions (DMX) query, or as a stored procedure. For more information about the differences between user-defined functions (UDFs) and stored procedures, see Определяемые пользователем функции и хранимые процедуры.