The Publisher property specifies the Publisher name where the publication resides.
| SQLDistribution Object | SQLMerge Object |
object.Publisher [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Publisher name |
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.
String
Read/write
HRESULT get_Publisher(BSTR *pVal);
HRESULT put_Publisher(BSTR newVal);
| Publication Property | PublisherDatabase Property |