Constructeur BusinessLogicRowUpdatedEventArgs
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
'Utilisation
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
)
Paramètres
- row
Type : System.Data.DataRow
The row.
- command
Type : System.Data.IDbCommand
The database command.
- statementType
Type : System.Data.StatementType
The type of statement.
- tableMapping
Type : System.Data.Common.DataTableMapping
The data table mapping.
Voir aussi
Référence
BusinessLogicRowUpdatedEventArgs Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport