BusinessLogicDataAdapter.RowUpdated Event

命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

语法

声明
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public event BusinessLogicRowUpdatedEventHandler RowUpdated
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
    void add (BusinessLogicRowUpdatedEventHandler^ value);
    void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
/** @event */
public void add_RowUpdated (BusinessLogicRowUpdatedEventHandler value)

/** @event */
public void remove_RowUpdated (BusinessLogicRowUpdatedEventHandler value)
JScript 支持事件的使用,但不支持新事件的声明。

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace