Metodo PropertyCollection.GetEnumerator

Gets an Enumerator for iterating through the PropertyCollection collection.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Function GetEnumerator As PropertyCollection.Enumerator
'Utilizzo
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

Valore restituito

Tipo: Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Vedere anche

Riferimento

PropertyCollection Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient