共用方式為


DataRowEnumerator.Current 屬性

Gets the current element in the collection.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
組件:  Microsoft.SqlServer.ForEachADOEnumerator (在 Microsoft.SqlServer.ForEachADOEnumerator.dll 中)

語法

'宣告
Public ReadOnly Property Current As Object 
    Get
'用途
Dim instance As DataRowEnumerator 
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
The current element in the collection.

實作

IEnumerator.Current

請參閱

參考

DataRowEnumerator 類別

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空間