Proprietà ForEachItemValueEnumerator.Current

Gets the current ForEachItemValue object in the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Current As Object 
    Get
'Utilizzo
Dim instance As ForEachItemValueEnumerator 
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

Valore proprietà

Tipo: System.Object
The current ForEachItemValue object.

Implementa

IEnumerator.Current

Vedere anche

Riferimento

ForEachItemValueEnumerator Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item