SQL-DMO

ReplicationDatabase Object

The ReplicationDatabase object represents a user database that can participate in replication.

Properties
AllowMergePublication Property EnableTransPublishing Property
DBOwner Property Name Property
EnableMergePublishing Property  

Methods
DisableMergeSubscription Method EnumConflictTables Method
DisableTransSubscription Method EnumInitialAccesses Method
EnableMergeSubscription Method RefreshChildren Method
EnableTransSubscription Method Script Method (Replication Objects)

Remarks

With the ReplicationDatabase object, you can:

To enable transactional publishing for a database

To disable transactional publishing for a database

To enable merge publishing for a database

To disable merge publishing for a database

Note  The ReplicationDatabase object is compatible with instances of Microsoft® SQL Server™ 2000 and SQL Server version 7.0. However, the ReplicationDatabase2 object extends the functionality of the ReplicationDatabase object for use with features that are new in SQL Server 2000.

See Also

ReplicationDatabase2 Object