共用方式為


BusinessLogicRowUpdatingEventHandler 委派

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

Represents the method that will handle a row updating event.

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

語法

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

參數

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間