Replication Object

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

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 object model that shows the current object

Remarks

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

Note

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.

See Also

Reference