Méthode MiningParameterCollection.GetEnumerator
Gets an Enumerator for iterating through the collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As MiningParameterCollection.Enumerator
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection.Enumerator
An Enumerator for iterating through the collection.