إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
- e
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace