Metodo AdomdPropertyCollection.GetEnumerator
Returns an enumerator that iterates through the AdomdPropertyCollection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As AdomdPropertyCollection.Enumerator
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the AdomdPropertyCollection.