Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the current ForEachItems object from the enumerator.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Object
An object that is the current object in the collection.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.Item