Méthode MiningStructureColumnCollection.GetEnumerator
Gets an Enumerator for iterating through the MiningStructureColumnCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetEnumerator As MiningStructureColumnCollection.Enumerator
'Utilisation
Dim instance As MiningStructureColumnCollection
Dim returnValue As MiningStructureColumnCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningStructureColumnCollection.Enumerator GetEnumerator()
public:
MiningStructureColumnCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningStructureColumnCollection.Enumerator
public function GetEnumerator() : MiningStructureColumnCollection.Enumerator
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.MiningStructureColumnCollection.Enumerator
An Enumerator for iterating through the collection.