LevelCollection.Enumerator.Current 属性

获取 LevelCollection 中的当前 Level

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

语法

声明
Public ReadOnly Property Current As Level 
    Get
用法
Dim instance As LevelCollection.Enumerator 
Dim value As Level 

value = instance.Current
public Level Current { get; }
public:
property Level^ Current {
    Level^ get ();
}
member Current : Level
function get Current () : Level

属性值

类型:Microsoft.AnalysisServices.AdomdServer.Level
LevelCollection 中的 Level(如果枚举器尚未通过集合的末尾)。

异常

异常 条件
[InvalidOperationException]

枚举器当前在 LevelCollection 中的第一个 Level 之前或最后一个该对象之后。 有关此异常的详细信息,请参阅 InvalidOperationException Class

注释

创建一个枚举器后或 Reset 后,在读取 Current 值之前必须调用 MoveNext 以将该枚举器前进到集合的第一个元素。 否则,无法定义 Current。

请参阅

参考

LevelCollection.Enumerator 类

Microsoft.AnalysisServices.AdomdServer 命名空间