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.
Raises the RowUpdating event.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnRowUpdating ( _
value As RowUpdatingEventArgs _
)
'Uso
Dim value As RowUpdatingEventArgs
Me.OnRowUpdating(value)
protected override void OnRowUpdating(
RowUpdatingEventArgs value
)
protected:
virtual void OnRowUpdating(
RowUpdatingEventArgs^ value
) override
abstract OnRowUpdating :
value:RowUpdatingEventArgs -> unit
override OnRowUpdating :
value:RowUpdatingEventArgs -> unit
protected override function OnRowUpdating(
value : RowUpdatingEventArgs
)
Parámetros
- value
Tipo: System.Data.Common.RowUpdatingEventArgs
Contains the event data.
Vea también
Referencia
BusinessLogicDataAdapter Clase
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport