Compartilhar via


Propriedade do RDL Current

Gets the current ForEachItems object from the enumerator.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property Current As Object
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Object
An object that is the current object in the collection.

Implementa

IEnumerator. . :: . .Current