MiningContentNodeCollection.GetEnumerator-Methode
Ruft einen Enumerator zum Durchlaufen der Auflistung ab.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningContentNodeCollection.Enumerator
'Usage
Dim instance As MiningContentNodeCollection
Dim returnValue As MiningContentNodeCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningContentNodeCollection.Enumerator GetEnumerator()
public:
MiningContentNodeCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningContentNodeCollection.Enumerator
public function GetEnumerator() : MiningContentNodeCollection.Enumerator
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection.Enumerator