BusinessLogicRowUpdatedEventHandler 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 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
)
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