Set.GetEnumerator 方法

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

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

語法

'宣告
Public Function GetEnumerator As TupleCollection.Enumerator
'用途
Dim instance As Set 
Dim returnValue As TupleCollection.Enumerator 

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

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
An IEnumerator used for iterating through the collection.

請參閱

參考

Set 類別

GetEnumerator 多載

Microsoft.AnalysisServices.AdomdServer 命名空間