Current propriété
Gets the current element in the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (dans Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Current As Object
Get
'Utilisation
Dim instance As DataRowEnumerator
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 la propriété
Type : System. . :: . .Object
The current element in the collection.