다음을 통해 공유


Current 속성

Gets the current CubeDef in the CubeCollection.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .CubeDef
The current CubeDef in the CubeCollection, if the Enumerator has not passed the end of the collection.

예외

예외 조건
System..::..InvalidOperationException

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