CurrentCube-Eigenschaft
Gets the current cube.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CurrentCube As CubeDef
Get
'Usage
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
Eigenschaftenwert
Typ: Microsoft.AnalysisServices.AdomdServer. . :: . .CubeDef
A CubeDef that represents the current cube; nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) if not applicable.
Hinweise
The return value will be null Nothing nullptr unit ein NULL-Verweis (Nothing in 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 Benutzerdefinierte Funktionen und gespeicherte Prozeduren.