Compartir a través de


BusinessLogicRowUpdatedEventArgs Constructor

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Sub New ( _
    row As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
)
'Uso
Dim row As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping

Dim instance As New BusinessLogicRowUpdatedEventArgs(row, command, _
    statementType, tableMapping)
public BusinessLogicRowUpdatedEventArgs(
    DataRow row,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatedEventArgs(
    DataRow^ row, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
new : 
        row:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> BusinessLogicRowUpdatedEventArgs
public function BusinessLogicRowUpdatedEventArgs(
    row : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)