Compartir a través de


CurrentCube Propiedad

Gets the current cube.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property CurrentCube As CubeDef
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .CubeDef
A CubeDef that represents the current cube; nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). if not applicable.

Notas

The return value will be null Nothing nullptr unit es una referencia NULL (Nothing en 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 Funciones definidas por el usuario y procedimientos almacenados.