Metodo GetEnumerator
Gets an instance of the Enumerator class 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
Vedere anche