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 InternetPassword property sets the password for the InternetLogin Property (Replication ActiveX) property used with Web synchronization when connecting to the Publisher using internet authentication.
Sicherheitshinweis: |
|---|
| 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. |
Syntax
object.InternetPassword [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Password for the InternetLogin Property (Replication ActiveX) used when connecting to the Publisher using Web synchronization. |
Applies To
SQLMerge Object (Replication ActiveX)
Hinweise
For more information on using Web synchronization for merge replication, see Websynchronisierung für die Mergereplikation.
Data Type
String
Modifiable
Write
Prototype C/C++
HRESULT put_InternetPassword(BSTR newVal);
Sicherheitshinweis: