Compartir a través de


AdomdPropertyCollection.GetEnumerator Método

Returns an enumerator that iterates through the AdomdPropertyCollection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function GetEnumerator As AdomdPropertyCollection.Enumerator
'Uso
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

Valor devuelto

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

Vea también

Referencia

AdomdPropertyCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient