BusinessLogicRowUpdatedEventArgs 생성자

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Initializes a new instance of the BusinessLogicRowUpdatedEventArgs class.

네임스페이스:  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 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
)

매개 변수

참고 항목

참조

BusinessLogicRowUpdatedEventArgs 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스