Freigeben über


AdomdPropertyCollection.GetEnumerator-Methode

Returns an enumerator that iterates through the AdomdPropertyCollection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public Function GetEnumerator As AdomdPropertyCollection.Enumerator
'Usage
Dim instance As AdomdPropertyCollection 
Dim returnValue As AdomdPropertyCollection.Enumerator 

returnValue = instance.GetEnumerator()
public AdomdPropertyCollection.Enumerator GetEnumerator()
public:
AdomdPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> AdomdPropertyCollection.Enumerator
public function GetEnumerator() : AdomdPropertyCollection.Enumerator

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the AdomdPropertyCollection.

Siehe auch

Verweis

AdomdPropertyCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace