共用方式為


MemberCollection.GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MemberCollection.Enumerator
An IEnumerator object that can be used to iterates through the MemberCollection.

請參閱

參考

MemberCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間