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