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 命名空间