Método PropertyCollection.GetEnumerator
Obtém um Enumerator para iteração pela coleção PropertyCollection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices.AdomdServer.PropertyCollection.Enumerator
Um PropertyCollection.Enumerator para iteração pela coleção.