Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Raises the RowUpdating event.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowUpdating ( _
value As RowUpdatingEventArgs _
)
'Usage
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
)
Parameter
- value
Typ: System.Data.Common.RowUpdatingEventArgs
Contains the event data.
Siehe auch
Verweis
BusinessLogicDataAdapter Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace