다음을 통해 공유


EmptyEnumerator.Current 속성

Raises an error indicating an empty enumerator.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
어셈블리:  Microsoft.SqlServer.ForEachADOEnumerator(Microsoft.SqlServer.ForEachADOEnumerator.dll)

구문

‘선언
Public ReadOnly Property Current As Object 
    Get
‘사용 방법
Dim instance As EmptyEnumerator 
Dim value As Object 

value = instance.Current
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
abstract Current : Object 
override Current : Object
final function get Current () : Object

속성 값

유형: System.Object
An object.

구현

IEnumerator.Current

주의

This method gets the current object from the collection. For the EmptyEnumerator, there will be no current object to retrieve from the collection. If this method is used, an error is raised.

참고 항목

참조

EmptyEnumerator 클래스

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 네임스페이스