Metodo MemberPropertyCollection.GetEnumerator
Gets an Enumerator for iterating through the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As MemberPropertyCollection.Enumerator
'Utilizzo
Dim instance As MemberPropertyCollection
Dim returnValue As MemberPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public MemberPropertyCollection.Enumerator GetEnumerator()
public:
MemberPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> MemberPropertyCollection.Enumerator
public function GetEnumerator() : MemberPropertyCollection.Enumerator
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient.MemberPropertyCollection.Enumerator
An Enumerator.