次の方法で共有


Replication Object

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The Replication object represents the entire replication system for an instance of Microsoft SQL Server, and it is the root of all replication objects.

現在のオブジェクトを表す SQL-DMO オブジェクト モデル

Methods

EnumCustomResolvers Method

Uninstall Method

EnumDataSourceNames Method

ValidateDataSource Method

Script Method (Replication Objects)

 

Events

PercentComplete Event

StatusMessage Event

解説

With the Replication object, you can uninstall the replication system.

ms138152.note(ja-jp,SQL.90).gifメモ :
The Replication object is compatible with instances of SQL Server versions 7.0 and later. However, the Replication2 object extends the functionality of the Replication object for use with features that were introduced in SQL Server 2000.

To uninstall the replication system

  • Use the Uninstall method of a connected Replication object.

参照

関連項目

Replication2 Object

ヘルプおよび情報

SQL Server 2005 の参考資料の入手