CubeCollection.GetEnumerator 메서드

Gets an Enumerator for iterating through the collection.

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

구문

‘선언
Public Function GetEnumerator As CubeCollection.Enumerator
‘사용 방법
Dim instance As CubeCollection 
Dim returnValue As CubeCollection.Enumerator 

returnValue = instance.GetEnumerator()
public CubeCollection.Enumerator GetEnumerator()
public:
CubeCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> CubeCollection.Enumerator
public function GetEnumerator() : CubeCollection.Enumerator

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.CubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

참고 항목

참조

CubeCollection 클래스

GetEnumerator 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스