KpiCollection.GetEnumerator 方法

Gets an Enumerator for iterating through the collection.

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

语法

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

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

返回值

类型:Microsoft.AnalysisServices.AdomdServer.KpiCollection.Enumerator
An KpiCollection.Enumerator.

请参阅

参考

KpiCollection 类

GetEnumerator 重载

Microsoft.AnalysisServices.AdomdServer 命名空间