다음을 통해 공유


Current 속성

Gets the current CubeDef in the CubeCollection.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public ReadOnly Property Current As CubeDef
    Get
‘사용 방법
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

예외

예외 조건
[InvalidOperationException]

The Enumerator is currently before the first or after the last cube in the CubeCollection. For more information about this exception, see InvalidOperationException Class.