Level.GetMembers 메서드

Returns a MemberCollection that contains a collection of members for the Level. Note   This method loads all members of the level. If there are a large number of members, this method may take a long time to execute.

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

구문

‘선언
Public Function GetMembers As MemberCollection
‘사용 방법
Dim instance As Level 
Dim returnValue As MemberCollection 

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

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.MemberCollection
A MemberCollection that contains a collection of members for the Level.

주의

The GetMembers method provides a collection of Member objects that represent the members that are associated with the level.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스