LevelPropertyCollection.GetEnumerator 메서드

Returns a reference to an enumerator object, which is used to iterate over a LevelPropertyCollection object.

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

구문

‘선언
Friend Function GetEnumerator As IEnumerator
‘사용 방법
Dim instance As LevelPropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator  
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator

반환 값

유형: System.Collections.IEnumerator
A reference to an enumerator object, which is used to iterate over a LevelPropertyCollection object.

구현

IEnumerable.GetEnumerator()

참고 항목

참조

LevelPropertyCollection 클래스

GetEnumerator 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스