MiningAttributeCollection.Enumerator.Current 속성
MiningAttributeCollection에서 현재 MiningAttribute를 가져옵니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property Current As MiningAttribute
Get
‘사용 방법
Dim instance As MiningAttributeCollection.Enumerator
Dim value As MiningAttribute
value = instance.Current
public MiningAttribute Current { get; }
public:
virtual property MiningAttribute^ Current {
MiningAttribute^ get () sealed;
}
abstract Current : MiningAttribute
override Current : MiningAttribute
final function get Current () : MiningAttribute
속성 값
유형: Microsoft.AnalysisServices.AdomdServer.MiningAttribute
Enumerator 가 컬렉션의 마지막 부분을 지나치지 않은 경우 MiningAttributeCollection의 MiningAttribute입니다.
예외
예외 | 조건 |
---|---|
InvalidOperationException | Enumerator는 현재 MiningAttributeCollection의 첫 번째 MiningAttribute 앞에 또는 마지막 항목 다음에 옵니다. |
주의
Enumerator를 만든 후 또는 Reset 다음에는 MoveNext를 호출해서 Current의 값을 읽기 전에 컬렉션의 첫 번째 요소로 Enumerator를 이동해야 합니다. 그렇지 않으면 Current가 정의되지 않습니다.