Replication Object

SQL-DMO

SQL-DMO

Replication Object

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

Methods
EnumCustomResolvers Method Uninstall Method
EnumDataSourceNames Method ValidateDataSource Method
Script Method (Replication Objects)  
Events
PercentComplete Event StatusMessage Event

Remarks

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

To uninstall the replication system

  • Use the Uninstall method of a connected Replication object.

    Note  The Replication object is compatible with instances of SQL Server 2000 and SQL Server version 7.0. However, the Replication2 object extends the functionality of the Replication object for use with features that are new in SQL Server 2000.

See Also

Replication2 Object