LevelCollection.GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Function GetEnumerator As LevelCollection.Enumerator
用法
Dim instance As LevelCollection 
Dim returnValue As LevelCollection.Enumerator 

returnValue = instance.GetEnumerator()
public LevelCollection.Enumerator GetEnumerator()
public:
LevelCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> LevelCollection.Enumerator
public function GetEnumerator() : LevelCollection.Enumerator

返回值

类型:Microsoft.AnalysisServices.AdomdClient.LevelCollection.Enumerator
An IEnumerator object that can be used to iterate through the LevelCollection.

请参阅

参考

LevelCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间