LevelCollection.GetEnumerator 메서드
컬렉션을 반복하는 Enumerator를 가져옵니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Function GetEnumerator As LevelCollection.Enumerator
‘사용 방법
Dim instance As LevelCollection
Dim returnValue As LevelCollection.Enumerator
returnValue = instance.GetEnumerator()
public LevelCollection.Enumerator GetEnumerator()
public:
LevelCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> LevelCollection.Enumerator
public function GetEnumerator() : LevelCollection.Enumerator
반환 값
유형: Microsoft.AnalysisServices.AdomdServer.LevelCollection.Enumerator
컬렉션을 반복하는 데 사용할 수 있는 IEnumerator 개체입니다.