Condividi tramite


BusinessLogicRowUpdatingEventHandler Delegate

This delegate supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

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 _
)
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object sender,
    BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object^ sender, 
    BusinessLogicRowUpdatingEventArgs^ e
)
/** @delegate */
public delegate void BusinessLogicRowUpdatingEventHandler (
    Object sender, 
    BusinessLogicRowUpdatingEventArgs e
)
JScript non supporta la dichiarazione di nuovi delegati ma ne supporta l'utilizzo.

Parametri

  • sender
  • e

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace