Construtor BusinessLogicRowUpdatedEventArgs
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- row
Tipo: System.Data.DataRow
The row.
- command
Tipo: System.Data.IDbCommand
The database command.
- statementType
Tipo: System.Data.StatementType
The type of statement.
- tableMapping
Tipo: System.Data.Common.DataTableMapping
The data table mapping.
Consulte também
Referência
BusinessLogicRowUpdatedEventArgs Classe
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport