共用方式為


BusinessLogicRowUpdatingEventHandler Delegate

This delegate supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

語法

'宣告
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatingEventArgs _
)
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object sender,
    BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object^ sender, 
    BusinessLogicRowUpdatingEventArgs^ e
)
/** @delegate */
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object sender, 
    BusinessLogicRowUpdatingEventArgs e
)
JScript 支援委派的使用,但不支援新委派的宣告。

參數

  • sender
  • e

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace