PropertyCollection.GetEnumerator Método
Obtiene un Enumerator para efectuar una iteración por la colección PropertyCollection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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.AdomdServer.PropertyCollection.Enumerator
Objeto PropertyCollection.Enumerator para iterar por la colección.