Metodo GetEnumerator
Gets an Enumerator for iterating through the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As MiningParameterCollection..::..Enumerator
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningParameterCollection. . :: . .Enumerator
Vedere anche