BusinessLogicDataAdapter.RowUpdating 이벤트
Occurs during update before a command is executed against the data source.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
‘사용 방법
Dim instance As BusinessLogicDataAdapter
Dim handler As BusinessLogicRowUpdatingEventHandler
AddHandler instance.RowUpdating, handler
public event BusinessLogicRowUpdatingEventHandler RowUpdating
public:
event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
void add (BusinessLogicRowUpdatingEventHandler^ value);
void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
member RowUpdating : IEvent<BusinessLogicRowUpdatingEventHandler,
BusinessLogicRowUpdatingEventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.