Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns an enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetEnumerator As MiningModelCollection.Enumerator
'Usage
Dim instance As MiningModelCollection
Dim returnValue As MiningModelCollection.Enumerator
returnValue = instance.GetEnumerator()
public MiningModelCollection.Enumerator GetEnumerator()
public:
MiningModelCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> MiningModelCollection.Enumerator
public function GetEnumerator() : MiningModelCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection.Enumerator
An enumerator for iterating through the collection.