MemberCollection.GetEnumerator 메서드

Gets an enumerator for iterating through the collection.

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

구문

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

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

반환 값

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

참고 항목

참조

MemberCollection 클래스

GetEnumerator 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스