Publication Property (Replication)

The Publication property specifies the publication name.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.Publication [= value]

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

Remarks

This is a required property.

If using the SQL Distribution control to synchronize multiple publications configured to use a shared agent, the value must be ‘ALL’.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_Publication(BSTR *pVal);

HRESULT put_Publication(BSTR newVal);

See Also
Publisher Property PublisherDatabase Property
sp_addpublication  

  


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