MiningServiceCollection.Enumerator 类
支持遍历 MiningServiceCollection 和读取其单独的 MiningService 对象。
继承层次结构
Object
Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection.Enumerator
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public NotInheritable Class Enumerator _
Implements IEnumerator
用法
Dim instance As MiningServiceCollection.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
MiningServiceCollection.Enumerator 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Current | 获取 MiningServiceCollection 中的当前 MiningService。 |
顶部
方法
名称 | 说明 | |
---|---|---|
{dtor} | 释放 MiningServiceCollection.Enumerator 使用的所有资源。 | |
Equals | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MoveNext | 移到 MiningServiceCollection 中的下一个 MiningService。 | |
Reset | 将枚举器设置为其初始位置(在集合中第一个元素之前)。 | |
ToString | (从 Object 继承。) |
顶部
注释
在 Microsoft JScript 中,可以使用 Microsoft .NET Framework 中的结构,但不能自行定义结构。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。