BusinessLogicRowUpdatingEventArgs Constructor
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)
構文
'宣言
Public Sub New ( _
row As DataRow, _
command As IDbCommand, _
statementType As StatementType, _
tableMapping As DataTableMapping _
)
public BusinessLogicRowUpdatingEventArgs (
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public:
BusinessLogicRowUpdatingEventArgs (
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
public BusinessLogicRowUpdatingEventArgs (
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
public function BusinessLogicRowUpdatingEventArgs (
row : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
)
パラメータ
- row
- command
- statementType
- tableMapping
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
BusinessLogicRowUpdatingEventArgs Class
BusinessLogicRowUpdatingEventArgs Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace