共用方式為


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.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.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 類別

GetMembers 多載

Microsoft.AnalysisServices.AdomdClient 命名空間