Partager via


BusinessLogicRowUpdatedEventArgs Constructor

Espace de noms: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • row
  • command
  • statementType
  • tableMapping

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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