共用方式為


GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Function GetEnumerator As MemberPropertyCollection..::..Enumerator
'用途
Dim instance As MemberPropertyCollection
Dim returnValue As MemberPropertyCollection..::..Enumerator

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