Delegato BusinessLogicRowUpdatingEventHandler
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the method that will handle a row updating event.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
sender As Object, _
e As BusinessLogicRowUpdatingEventArgs _
)
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.
Parametri
- sender
Tipo: System.Object
The source of the event.
- e
Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicRowUpdatingEventArgs
The event.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport