PublisherLogin Property (Replication)

The PublisherLogin property specifies the login name used when connecting to the Publisher.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.PublisherLogin [= value]

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

Remarks

This is a required property if PublisherSecurityMode is set to DB_AUTHENTICATION.

Data Type

String

Modifyable

Read/write

Prototype C/C++

HRESULT get_PublisherLogin(BSTR *pVal);

HRESULT put_PublisherLogin(BSTR newVal);

See Also
PublisherPassword Property PublisherSecurityMode Property

  


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