KpiCollection.Enumerator 类

支持遍历 KpiCollection 和读取其单独的 Kpi 对象。

继承层次结构

Object
  Microsoft.AnalysisServices.AdomdServer.KpiCollection.Enumerator

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

语法

声明
Public NotInheritable Class Enumerator _
    Implements IEnumerator
用法
Dim instance As KpiCollection.Enumerator
public sealed class Enumerator : IEnumerator
public ref class Enumerator sealed : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    class 
        interface IEnumerator 
    end
public final class Enumerator implements IEnumerator

KpiCollection.Enumerator 类型公开以下成员。

属性

  名称 说明
公共属性 Current 获取 KpiCollection 中的当前 Kpi

顶部

方法

  名称 说明
公共方法 {dtor} 释放 KpiCollection.Enumerator 使用的所有资源。
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 MoveNext 移到 KpiCollection 中的下一个 Kpi
公共方法 Reset 将枚举器设置为其初始位置(在集合中第一个元素之前)。
公共方法 ToString (从 Object 继承。)

顶部

注释

在 Microsoft JScript 中,可以使用 Microsoft .NET Framework 中的结构,但不能自行定义结构。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间