Gets an Enumerator for iterating through the collection.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Function GetEnumerator As OlapInfoPropertyCollection.Enumerator
'用途
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
傳回值
型別:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.