次の方法で共有


BusinessLogicRowUpdatingEventHandler デリゲート

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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 はデリゲートの使用をサポートしていますが、新規の宣言はサポートしていません。