PropertyCollection.GetEnumerator Método
Gets an Enumerator for iterating through the PropertyCollection collection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Function GetEnumerator As PropertyCollection.Enumerator
'Uso
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
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdClient.PropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.