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.
