Gets an instance of the Enumerator class for iterating through the collection.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public Function GetEnumerator As OlapInfoCubeCollection.Enumerator
用法
Dim instance As OlapInfoCubeCollection
Dim returnValue As OlapInfoCubeCollection.Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoCubeCollection.Enumerator GetEnumerator()
public:
OlapInfoCubeCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoCubeCollection.Enumerator
public function GetEnumerator() : OlapInfoCubeCollection.Enumerator
返回值
类型:Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection.Enumerator
An IEnumerator object that can be used to iterate through the OlapInfoCubeCollection.