PropertyCollection.GetEnumerator 方法

Gets an enumerator for iterating through the PropertyCollection collection.

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

語法

'宣告
Public Function GetEnumerator As IEnumerator
'用途
Dim instance As PropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator  
override GetEnumerator : unit -> IEnumerator
public final function GetEnumerator() : IEnumerator

傳回值

型別:System.Collections.IEnumerator
An IEnumerator for iterating through the collection.

實作

IEnumerable.GetEnumerator()

請參閱

參考

PropertyCollection 類別

GetEnumerator 多載

Microsoft.AnalysisServices.AdomdServer 命名空間