Поделиться через


BusinessLogicRowUpdatedEventHandler Delegate

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

Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Синтаксис

'Декларация
Public Delegate Sub BusinessLogicRowUpdatedEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatedEventArgs _
)
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object sender,
    BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object^ sender, 
    BusinessLogicRowUpdatedEventArgs^ e
)
/** @delegate */
public delegate void BusinessLogicRowUpdatedEventHandler (
    Object sender, 
    BusinessLogicRowUpdatedEventArgs e
)
JScript поддерживает использование делегатов, но не объявление новых.

Параметры

  • sender
  • e

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace