DataRowEnumerator.Current Property

Gets the current element in the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Syntax

public Object Current { get; }

Property Value

Type: System.Object
The current element in the collection.

Implements

IEnumerator.Current