次の方法で共有


BusinessLogicRowUpdatedEventHandler Delegate

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

名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)

構文

'宣言
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatedEventArgs _
)
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object sender,
    BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object^ sender, 
    BusinessLogicRowUpdatedEventArgs^ e
)
/** @delegate */
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object sender, 
    BusinessLogicRowUpdatedEventArgs e
)
JScript はデリゲートの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメータ

  • sender
  • e

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace