XACT

  • 网络Xilinx Automated CAE Tools; 美国; 主动控制技术

XACTXACT

XACT

Xilinx Automated CAE Tools

配置LCA 的数据文件由XACTXilinx Automated CAE Tools)开 山东科技大学本科毕业设计(论文) 8 发系统产生,通过数据 …

美国

无绳电话小知识-捷讯电话- 淘宝网 ... 英国 BT 美国 XACT 松下 PANASONI ...

主动控制技术

同时,Xtreme公司则表示,公司会拿出主动控制技术(XACT)与GE公司进行合作。该技术可提供控制系统构架、控制算法、实 …

1
The code in a CATCH block should test for the state of a transaction by using the XACT_STATE function. CATCH块中的代码可以通过使用XACT_STATE函数来测试事务的状态。
2
The XACT_STATE function determines whether the transaction should be committed or rolled back. XACT_STATE函数确定应提交事务还是应回滚事务。
3
Unless you require XACT_ABORT to be set to ON in triggers, we recommend that you set it to OFF if you are using the -SkipErrors parameter. 如果使用了-SkipErrors参数,除非需要在触发器中将XACT_ABORT设置为ON,否则,建议将其设置为OFF。
4
After SET XACT_ABORT ON is executed, any run-time statement error causes an automatic rollback of the current transaction. 在执行SETXACT_ABORTON语句后,任何运行时语句错误都将导致自动回滚当前事务。
5
The XACT_ABORT SET option should be set to ON for INSERT, UPDATE, or DELETE statements to work. 应将XACT_ABORTSET选项设置为ON,以使INSERT、UPDATE或DELETE语句生效。
6
To set the option off, specify SET XACT ABORT OFF in the trigger definition. 若要将该选项设置为OFF,请在触发器定义中指定。
7
Write all log records for a Xact before commit ? 在事务提交前写事务相关的所有日志记录到稳存
8
If SET XACT_ABORT is ON in the local server, the setting is propagated to the linked server. 如果在本地服务器中将SETXACT_ABORT设置为ON,则此设置将被传播到链接服务器。
9
You can change this behavior using the SET XACT_ABORT statement. 可以使用SETXACT_ABORT语句更改此行为。
10
Compile errors, such as syntax errors, are not affected by SET XACT_ABORT. 编译错误(如语法错误)不受SETXACT_ABORT的影响。