CubeCollection.Enumerator.Current Property

Gets the current CubeDef in the CubeCollection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Current As CubeDef 
    Get
'Usage
Dim instance As CubeCollection.Enumerator 
Dim value As CubeDef 

value = instance.Current
public CubeDef Current { get; }
public:
property CubeDef^ Current {
    CubeDef^ get ();
}
member Current : CubeDef
function get Current () : CubeDef

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.CubeDef

Exceptions

Exception Condition
InvalidOperationException

The Enumerator is currently before the first or after the last cube in the CubeCollection.

See Also

Reference

CubeCollection.Enumerator Class

Microsoft.AnalysisServices.AdomdServer Namespace