Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The PublisherLogin property sets or returns the login name used when connecting to the Publisher.
Syntax
object.PublisherLogin [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
User name used to log in to the Publisher. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Hinweise
This is a required property if PublisherSecurityMode Property (Replication ActiveX) is set to DB_AUTHENTICATION.
This property is ignored if PublisherSecurityMode Property (Replication ActiveX) is set to NT_AUTHENTICATION.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_PublisherLogin(BSTR *pVal);
HRESULT put_PublisherLogin(BSTR newVal);
Siehe auch
Verweis
PublisherPassword Property (Replication ActiveX)