Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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