Método GetEnumerator
Gets an Enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Function GetEnumerator As MiningParameterCollection..::..Enumerator
'Uso
Dim instance As MiningParameterCollection
Dim returnValue As MiningParameterCollection..::..Enumerator
returnValue = instance.GetEnumerator()
public MiningParameterCollection..::..Enumerator GetEnumerator()
public:
MiningParameterCollection..::..Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningParameterCollection..::..Enumerator
public function GetEnumerator() : MiningParameterCollection..::..Enumerator
Consulte também