次の方法で共有


BusinessLogicDataAdapter.OnRowUpdated メソッド

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
)

パラメーター

関連項目

参照

BusinessLogicDataAdapter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間