LevelPropertyCollection.GetEnumerator 方法

返回针对一个用于遍历 LevelPropertyCollection 对象的枚举器对象的引用。

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

语法

声明
Friend Function GetEnumerator As IEnumerator
用法
Dim instance As LevelPropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator  
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator

返回值

类型:IEnumerator
针对一个用于遍历 LevelPropertyCollection 对象的枚举器对象的引用。

实现

IEnumerableGetEnumerator

请参阅

参考

LevelPropertyCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间