Compartir a través de


BusinessLogicDataAdapter.OnRowUpdated Método

Raises the RowUpdated 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 OnRowUpdated ( _
    value As RowUpdatedEventArgs _
)
'Uso
Dim value As RowUpdatedEventArgs 

Me.OnRowUpdated(value)
protected override void OnRowUpdated(
    RowUpdatedEventArgs value
)
protected:
virtual void OnRowUpdated(
    RowUpdatedEventArgs^ value
) override
abstract OnRowUpdated : 
        value:RowUpdatedEventArgs -> unit  
override OnRowUpdated : 
        value:RowUpdatedEventArgs -> unit
protected override function OnRowUpdated(
    value : RowUpdatedEventArgs
)

Parámetros

Vea también

Referencia

BusinessLogicDataAdapter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport