Transfer Object

后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。

The Transfer object is used as a parameter for methods of the Database object. The Transfer object defines schema and data elements moved from one Microsoft SQL Server database to another.

显示当前对象的 SQL-DMO 对象模型

Properties

CopyAllDefaults Property

DestLogin Property

CopyAllObjects Property

DestPassword Property

CopyAllRules Property

DestServer Property

CopyAllStoredProcedures Property

DestUseTrustedConnection Property

CopyAllTables Property

DropDestObjectsFirst Property

CopyAllTriggers Property

IncludeDependencies Property

CopyAllUserDefinedDatatypes Property

IncludeLogins Property

CopyAllViews Property

IncludeUsers Property

CopyData Property

Script2Type Property

CopySchema Property

ScriptType Property

DestDatabase Property

 

Methods

Abort Method

AddObjectByName Method

AddObject Method

ListObjectNames Method

Events

PercentCompleteAtStep Event

StatusMessage Event

ScriptTransferPercentComplete Event

TransferPercentComplete Event

备注

SQL Server provides a database object-scripting and data export and import mechanism to move schema and data from one database to another. SQL Distributed Management Objects (SQL-DMO) provides access to the database-transfer utility through the Transfer object and the ScriptTransfer and Transfer methods of the Database object.

With the Transfer object, you can:

  • Identify schema or data to move from one SQL Server database to another.
  • Identify the destination for schema and data transferred.
  • Monitor the progress of the ScriptTransfer and Transfer methods of the Database object.
  • Stop an in-progress database-to-database transfer operation.
ms141234.note(zh-cn,SQL.90).gif注意:
The Transfer object is compatible with instances of and SQL Server versions 7.0 and later. However, the Transfer2 object extends the functionality of the Transfer object for use with features that were introduced in SQL Server 2000.

请参阅

参考

Transfer2 Object

帮助和信息

获取 SQL Server 2005 帮助