BusinessLogicRowUpdatingEventHandler 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 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 поддерживает использование делегатов, но не объявление новых.
Параметры
- 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