DimensionCollection.GetEnumerator 方法

Gets an enumerator that iterates through the DimensionCollection.

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

语法

声明
Friend Function GetEnumerator As IEnumerator
用法
Dim instance As DimensionCollection 
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

返回值

类型:System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.

实现

IEnumerable.GetEnumerator()

请参阅

参考

DimensionCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间