Właściwość ForEachItemValueEnumerator.Current
Pobiera bieżący ForEachItemValue obiekt kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public ReadOnly Property Current As Object
Get
'Użycie
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
Wartość właściwości
Typ: System.Object
Bieżący ForEachItemValue obiektu.
Implementacje
Zobacz także