命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)
语法
声明
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public event BusinessLogicRowUpdatingEventHandler RowUpdating
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
void add (BusinessLogicRowUpdatingEventHandler^ value);
void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
/** @event */
public void add_RowUpdating (BusinessLogicRowUpdatingEventHandler value)
/** @event */
public void remove_RowUpdating (BusinessLogicRowUpdatingEventHandler value)
JScript 支持事件的使用,但不支持新事件的声明。
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace