BusinessLogicRowUpdatedEventHandler 委派
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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 支援委託的使用,但不支援新委託的宣告。