Freigeben über


MiningStructureCollection.GetEnumerator-Methode

Returns an IEnumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As MiningStructureCollection 
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

Rückgabewert

Typ: System.Collections.IEnumerator
An IEnumerator that is used for iterating through the collection.

Implementiert

IEnumerable.GetEnumerator()

Siehe auch

Verweis

MiningStructureCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace