MiningStructureColumnCollection.GetEnumerator-Methode
Gets an Enumerator for iterating through the MiningStructureColumnCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningStructureColumnCollection.Enumerator
'Usage
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
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningStructureColumnCollection.Enumerator
An Enumerator for iterating through the collection.