Costruttore BusinessLogicRowUpdatedEventArgs
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Utilizzo
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
)
Parametri
- 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.
Vedere anche
Riferimento
BusinessLogicRowUpdatedEventArgs Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport