LevelCollection.GetEnumerator 方法

获取用于遍历集合的枚举器。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.AdomdServer.LevelCollection.Enumerator
可用于遍历集合的一个 IEnumerator 对象。

请参阅

参考

LevelCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间