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 之後,必須先呼叫 MoveNext 將列舉值前移到集合的第一個元素,然後再讀取 Current 的值。 否則,Current 將為未定義。