Propriété ForEachItemsEnumerator.Current
Gets the current ForEachItems object from the enumerator.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Current As Object
Get
'Utilisation
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
Valeur de propriété
Type : System.Object
An object that is the current object in the collection.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.Item