Compartir a través de


BusinessLogicRowUpdatingEventArgs Constructor

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

Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

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 BusinessLogicRowUpdatingEventArgs(row, command, _
    statementType, tableMapping)
public BusinessLogicRowUpdatingEventArgs(
    DataRow row,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatingEventArgs(
    DataRow^ row, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
new : 
        row:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> BusinessLogicRowUpdatingEventArgs
public function BusinessLogicRowUpdatingEventArgs(
    row : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

Parámetros

Vea también

Referencia

BusinessLogicRowUpdatingEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport