BusinessLogicRowUpdatedEventHandler デリゲート
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatedEventArgs _
)
'使用
Dim instance As New BusinessLogicRowUpdatedEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatedEventHandler(
Object sender,
BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler(
Object^ sender,
BusinessLogicRowUpdatedEventArgs^ e
)
type BusinessLogicRowUpdatedEventHandler =
delegate of
sender:Object *
e:BusinessLogicRowUpdatedEventArgs -> unit
JScript はデリゲートの使用をサポートしていますが、新規の宣言はサポートしていません。