Publisher Property (Replication)

The Publisher property specifies the Publisher name where the publication resides.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.Publisher [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Publisher name

Remarks

This is a required property.

If the PublisherNetwork and PublisherAddress properties are specified, they will be used instead of the Publisher property when connecting to the Publisher.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_Publisher(BSTR *pVal);

HRESULT put_Publisher(BSTR newVal);

See Also
Publication Property PublisherDatabase Property

  


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