共用方式為


GetEnumerator 方法

Gets an instance of the Enumerator class for iterating through the collection.

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

語法

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

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