Expand Minimize
This topic has not yet been rated - Rate this topic

PublisherLogin Property (Replication)

SQL Server 2000

PublisherLogin Property (Replication)

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

Applies To

SQL Server CE Replication object

Syntax
object.PublisherLogin [= value]
Part Description
object SQL Server CE Replication object
value Publisher login name
Data Type

string

Modifiable

Read/write

Prototype eVC++
HRESULT get_PublisherLogin(BSTR *pVal);
HRESULT put_PublisherLogin(BSTR newVal);
Remarks

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

See Also
PublisherSecurityMode Property (Replication)

Replication Object Properties

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.