BusinessLogicRowUpdatingEventHandler Delegate

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

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
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
)
Von JScript wird die Verwendung von Delegaten unterstützt, ausgenommen der Deklaration neuer Delegate.

Parameter

  • sender
  • e

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace