Metodo MiningAttributeCollection.GetEnumerator

Gets an IEnumerator for iterating through the collection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As IEnumerator
'Utilizzo
Dim instance As MiningAttributeCollection 
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

Valore restituito

Tipo: System.Collections.IEnumerator
An IEnumerator for iterating through the collection.

Implementa

IEnumerable.GetEnumerator()

Vedere anche

Riferimento

MiningAttributeCollection Classe

Overload GetEnumerator

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer