Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.