共用方式為


OnRowUpdated 方法

此成員會覆寫 DbDataAdapter. . :: . .OnRowUpdated(RowUpdatedEventArgs)

命名空間:  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
)