命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)
语法
声明
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
public BusinessLogicRowUpdatedEventArgs (
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatedEventArgs (
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
public BusinessLogicRowUpdatedEventArgs (
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public function BusinessLogicRowUpdatedEventArgs (
row : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
参数
- row
- command
- statementType
- tableMapping
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
BusinessLogicRowUpdatedEventArgs Class
BusinessLogicRowUpdatedEventArgs Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace