CubeCollection.Enumerator.Current 속성

Gets the current CubeDef in the CubeCollection.

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

구문

‘선언
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

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.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.

참고 항목

참조

CubeCollection.Enumerator 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스