Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
The PublisherLogin property specifies the logon name used when connecting to the Publisher.
Syntax
object.PublisherLogin [= value]
Parameters
- value
Publisher logon name
Applies To
SQL Server 2005 Compact Edition Replication object
Data Type
String
Modifiable
Read/write
Prototype
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
Reference
PublisherSecurityMode Property (Replication)
Replication Object Properties