Metodo OlapInfoPropertyCollection.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 OlapInfoPropertyCollection.Enumerator
'Utilizzo
Dim instance As OlapInfoPropertyCollection
Dim returnValue As OlapInfoPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoPropertyCollection.Enumerator GetEnumerator()
public:
OlapInfoPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoPropertyCollection.Enumerator
public function GetEnumerator() : OlapInfoPropertyCollection.Enumerator
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.