다음을 통해 공유


PropertyCollection.Enumerator.IEnumerator.Current 속성

Gets the current element in the collection.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
‘사용 방법
Dim instance As PropertyCollection.Enumerator 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Object
The current element in the collection.

구현

IEnumerator.Current

예외

예외 조건
System.InvalidOperationException

The enumerator is currently before the first or after the last Property in the PropertyCollection.

참고 항목

참조

PropertyCollection.Enumerator 구조

Microsoft.AnalysisServices.AdomdClient 네임스페이스