BusinessLogicDataAdapter.RowUpdated 이벤트

Occurs during update after a command is executed against the data source.

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

구문

‘선언
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
‘사용 방법
Dim instance As BusinessLogicDataAdapter 
Dim handler As BusinessLogicRowUpdatedEventHandler 

AddHandler instance.RowUpdated, handler
public event BusinessLogicRowUpdatedEventHandler RowUpdated
public:
 event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
    void add (BusinessLogicRowUpdatedEventHandler^ value);
    void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
member RowUpdated : IEvent<BusinessLogicRowUpdatedEventHandler,
    BusinessLogicRowUpdatedEventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

BusinessLogicDataAdapter 클래스

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