PublisherDatabase Property (Replication)

The PublisherDatabase property specifies the name of the publication database.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.PublisherDatabase [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Publication database name.

Remarks

This is a required property.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_PublisherDatabase(BSTR *pVal);

HRESULT put_PublisherDatabase(BSTR newVal);

See Also
Publication Property Publisher Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.