共用方式為


BusinessLogicRowUpdatedEventHandler 委派

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents the method that will handle a row updated event.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatedEventArgs _
)
'用途
Dim instance As New BusinessLogicRowUpdatedEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatedEventHandler(
    Object sender,
    BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler(
    Object^ sender, 
    BusinessLogicRowUpdatedEventArgs^ e
)
type BusinessLogicRowUpdatedEventHandler = 
    delegate of  
        sender:Object * 
        e:BusinessLogicRowUpdatedEventArgs -> unit
JScript 支援委託的使用,但不支援新委託的宣告。

參數

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間