Méthode MiningStructureCollection.GetEnumerator
Gets an Enumerator for iterating through the MiningStructureCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As MiningStructureCollection.Enumerator
'Utilisation
Dim instance As MiningStructureCollection
Dim returnValue As MiningStructureCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningStructureCollection.Enumerator GetEnumerator()
public:
MiningStructureCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MiningStructureCollection.Enumerator
public function GetEnumerator() : MiningStructureCollection.Enumerator
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection.Enumerator
An enumerator that can be used to iterate through the collection.