Rename All References to a Database Object.
重命名对数据库对象的所有引用。
Server Explorer, you can step into a database object.
“服务器资源管理器”可以单步执行数据库对象。
A sequence is a database object that generates a sequence of unique Numbers.
序列是一个数据库对象,它生成一系列惟一的数字。
The MFC programming model provides a database object for each open database.
MFC编程模型为每个开放式数据库提供数据库对象。
A trusted context is a database object defining the set of properties for a connection.
可信任上下文是一个数据库对象,定义了连接的属性。
Create scripts are SQL script files that you can run to recreate the schema of a database object.
创建脚本是sql脚本文件,您可以通过运行创建脚本重新创建数据库对象的架构。
When the PDOM is created for a project, it constructs a Database object to manage its low-level storage.
为项目创建了一个PDOM后,它会构造一个Database对象来管理其底层存储。
When a database object is created, it is owned by the user ID that executed the DDL statement to create it.
创建一个数据库对象时,此对象归执行DDL语句创建它的那个用户ID 所拥有。
When you rename a database object, an entry is added to the refactoring log for your database project.
当您重新命名资料库物件时,资料库专案的重构记录中会加入一个项目。
Once you have created a Database object, you can use it to access data, as we'll see in the next section.
一旦您创建了Database对象,您就可以使用它来访问数据,如我们在下一章可以看到的一样。
If you rename a database object when you have build errors in your project, the object can still be renamed correctly.
即使在项目中有生成错误时重命名数据库对象,也能正确地重命名该对象。
The caller enabled this multi-threaded behavior by passing in an IDatabaseRunnable object instead of asking for a Database object.
调用者通过传递IDatabaseRunnable对象而不是请求 Databse 对象来启用这个多线程的行为。
Before you can update a database object, you must check out from source control the files for all objects that must be updated.
必须从源代码管理中签出必须更新的所有对象的文件,然后才能更新数据库对象。
When you rename a database object, other objects that reference the renamed object are automatically updated with the new name.
重命名某一数据库对象后,引用该重命名对象的其他对象将自动使用新名称更新。
Transfer ownership is a new DB2 9 feature where the ownership of a database object can transfer to another authorization id (authid).
所有权转移是一种新的DB 29特性,用于将数据库对象的所有权转移给另一个权限id (authid)。
The procedure creates a document whenever a database object is created, and closes the document when a database object is released.
当数据库对象创建时,流程会创建个文档,且在数据库对象释放时关闭文档。
The current draft spec from the working group includes definitions for a Database object for accessing and querying a local data store.
该草案当前版本包含了对访问数据库对象和查询本地数据存储的定义。
To update scripts when you rename a database object, you must make sure that you use the fully qualified name of objects in your scripts.
若要在重命名数据库对象时更新脚本,必须确保在脚本中使用完全限定的对象名称。
To update unit tests when you rename a database object, you must make sure that you use the fully qualified name of objects in your unit tests.
若要在重命名数据库对象时更新单元测试,必须确保在单元测试中使用完全限定的对象名称。
A database object can have zero to many (0.. n) schemas, and a schema can have zero to many (0.. n) tables, indexes, user-defined types, routines, and so on.
每个数据库对象有0到多个(0. .n)模式,每个模式可以有0到多个(0 . . n)表、索引、用户定义类型和例程等。
If you import a database object that has the same name as an object that you already imported, the object that you already imported will be overwritten.
如果导入的数据库对象的名称与已导入的对象相同,则会覆盖已导入的对象。
Prevent errors by enabling you to understand the impact that changing a database object has on the application and directing you to the relevant place in the source code.
帮助您理解更改一个数据库对象对应用程序的影响,并将您指引到源代码中相关的位置,以防出错。
The build script contains SET statements for a database object only if the value of the option for that object differs from the value of the option for the database project.
仅在数据库对象的选项值不同于数据库项目的选项值时,生成脚本中才包含针对该数据库对象的set语句。
Move a database object to a different schema: you can use refactoring to move a database object to another schema and automatically update all references to that object in your database project.
将资料库物件移至不同的结构描述:您可以使用重构将资料库物件移至另一个结构描述,并自动更新资料库专案中该物件的所有参考。
Upon successfully connecting to the database, this function returns a connection object, which is required in the subsequent database read and write operations.
如果成功地连接到数据库,这个函数会返回一个连接对象,后续的数据库读写操作需要使用这个对象。
The following section explains how to store the SQLXML object created in a database.
下一节解释如何将创建的SQLXML对象存储到数据库中。
For example, a mock database is a simple object with the API of a database that accepts a few known SQL strings and returns a fixed set of results for each one.
例如,模拟数据库是一个简单对象,但具有数据库的API,可以接受一些已知的sql字符串,并为每个字符串返回一组固定的结果。
When creating a new database object or altering an existing object, this action runs the script on the database and creates or alters the object.
当创建新的数据库对象或者更改现有对象时,该操作可以在数据库上运行脚本并创建或者更改对象。
It's rare that a good object model will make a good database schema (or vice versa).
一个好的对象模型很少会生成一个好的数据库模式(反之亦然)。
As a result, users can create a single database object that manages both "traditional" SQL data and XML documents.
因此,用户可以用一个数据库对象同时管理“传统的”SQL数据和XML文档。
应用推荐