Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
The PublisherPassword property sets or returns the login password used when connecting to the Publisher.
Nota de seguridad: |
|---|
| When possible, prompt users to enter their credentials at run time. Avoid hard-coding or storing credentials in a file. If credentials must be persisted between runs, encrypt them using the Win32 CryptoAPI functions. For more information, see this Microsoft Web site. |
Sintaxis
object.PublisherPassword [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
Password used to connect to the Publisher. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Notas
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_PublisherPassword(BSTR *pVal);
HRESULT put_PublisherPassword (BSTR newVal);
Vea también
Referencia
PublisherLogin Property (Replication ActiveX)
Nota de seguridad: