MiningServiceParameterCollection.Enumerator.Current 屬性
取得 MiningServiceParameterCollection 中目前的 MiningServiceParameter。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Property Current As MiningServiceParameter
Get
'用途
Dim instance As MiningServiceParameterCollection.Enumerator
Dim value As MiningServiceParameter
value = instance.Current
public MiningServiceParameter Current { get; }
public:
virtual property MiningServiceParameter^ Current {
MiningServiceParameter^ get () sealed;
}
abstract Current : MiningServiceParameter
override Current : MiningServiceParameter
final function get Current () : MiningServiceParameter
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
如果列舉值未跳過集合結尾,為 MiningServiceParameterCollection 中的 MiningServiceParameter。
例外狀況
例外狀況 | 條件 |
---|---|
[InvalidOperationException] | 列舉值目前位於 MiningServiceParameterCollection 中第一個 MiningServiceParameter 的前面或最末個的後面。 如需有關此例外的詳細資訊,請參閱<InvalidOperationException Class>。 |
備註
建立列舉值之後或在 Reset 之後,必須先呼叫 MoveNext 將列舉值前移到集合的第一個元素,然後再讀取 Current 的值。 否則,Current 將為未定義。