Nota
O acceso a esta páxina require autorización. Pode tentar iniciar sesión ou modificar os directorios.
O acceso a esta páxina require autorización. Pode tentar modificar os directorios.
The InternetLogin property sets or returns the login name used with Web synchronization when connecting to the Publisher using internet authentication.
Sintaxis
object.InternetLogin [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Internet login used when connecting to the Publisher using Web synchronization. |
Applies To
SQLMerge Object (Replication ActiveX)
Notas
For more information on using Web synchronization for merge replication, see Sincronización Web para la réplica de mezcla.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_InternetLogin(BSTR newVal);