Delegado BusinessLogicRowUpdatingEventHandler
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatingEventArgs _
)
'Uso
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 dá suporte ao uso de representantes, mas não à declaração de representantes novos.
Parâmetros
- sender
Tipo: System. . :: . .Object