إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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.