DataColEnumerator.Current 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the current object 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 DataColEnumerator 
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 object in the collection.

实现

IEnumerator.Current

请参阅

参考

DataColEnumerator 类

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