Replication Distributor Interface Reference

Replication Programming

Replication Programming

Replication Distributor Interface Reference

The Replication Distributor Interface can be used to enable Microsoft® SQL Server™ 2000 replication services on heterogeneous databases. The Replication Distributor Interface is based on the OLE DB connection model. The objects are available using Microsoft Visual C++® and the OLE library.

The Replication Distributor Interface exposes a Distribution object that is generated from a Session object. The Distribution object is used to store replicated transactions in the distribution database on the SQL Server Distributor, and is used to log history and error information.

The Replication Distributor Interface is implemented using these files:

  • Repldist.dll

  • Repldist.h

The Replication Distributor Interface objects, methods, properties, events, and structures can be found in the following topics.

Topic Description
Replication Distributor Interface Objects Description of Replication Distributor Interface Distribution objects.
Replication Distributor Interface Properties Description of Replication Distributor Interface properties.
Replication Distributor Interface Methods Description of Replication Distributor Interface methods.
Replication Distributor Interface Structures Description of Replication Distributor Interface structures.

See Also

Replication Distributor Interface Samples