The PublisherDatabase property specifies the name of the publication database. PublisherDatabase is a required property.

object.PublisherDatabase [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    Publication database name

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_PublisherDatabase(BSTR *pVal);
HRESULT put_PublisherDatabase(BSTR newVal);

Reference

Replication Object Properties