BusinessLogicRowUpdatingEventArgs 생성자
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: 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 _
)
‘사용 방법
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
)
매개 변수
- row
유형: System.Data. . :: . .DataRow
- command
유형: System.Data. . :: . .IDbCommand
- statementType
유형: System.Data. . :: . .StatementType
- tableMapping
유형: System.Data.Common. . :: . .DataTableMapping