共用方式為


Current 屬性

Gets the current ForEachItems object from the enumerator.

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

語法

'宣告
Public ReadOnly Property Current As Object
    Get
'用途
Dim instance As ForEachItemsEnumerator
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 that is the current object in the collection.

實作

IEnumerator. . :: . .Current