LevelPropertyCollection.GetEnumerator 메서드

컬렉션을 반복하는 Enumerator를 가져옵니다.

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

구문

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

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

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection.Enumerator
컬렉션을 반복하는 데 사용할 수 있는 IEnumerator 개체입니다.

참고 항목

참조

LevelPropertyCollection 클래스

GetEnumerator 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스