Raises the RowUpdated event.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Protected Overrides Sub OnRowUpdated ( _
value As RowUpdatedEventArgs _
)
'使用
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
)
パラメーター
- value
型: System.Data.Common.RowUpdatedEventArgs
Contains the event data.