automatically execute meaning in English
自动运行
自动执行
Examples
- Building , debugging , and running projects in visual studio that include the code snippet automatically executes code on your local machine in the trusted process of devenv . exe
在visual studio中生成、调试和运行包含该代码段的项目时,将在本地计算机上devenv . exe的受信任进程中自动执行代码。 - If a structure defines a default constructor , when arrays of the structure are created , the common language runtime automatically executes the default constructor on each array element
如果某一结构定义了默认构造函数,则在创建该结构的数组时,公共语言运行库会自动对每个数组元素执行该默认构造函数。 - Window is active or visible , the ide automatically executes the go to definition command for items under the cursor in the code editor and for items that are selected in
当“代码定义”窗口活动或可见时, ide自动对“代码编辑器”中光标下的项以及在“类视图”或“对象浏览器”中选择的项执行“转到定义”命令。 - Executing dbcc checkdb automatically executes dbcc checktable for each table in the database , as well as dbcc checkalloc and dbcc checkcatalog , eliminating the need to run them separately
执行dbcc checkdb时会对数据库中的每个表自动执行dbcc checktable ,以及dbcc checkalloc和dbcc checkcatalog ,因而不必单独运行这些语句。