PublisherDatabase Property (Replication)

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

Syntax

object.PublisherDatabase [= value]

Parameters

  • value
    Publication database name

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

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

See Also

Reference

Replication Object Properties

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)