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