Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The InternetLogin property sets or returns the login name used with Web synchronization when connecting to the Publisher using internet authentication.
Синтаксис
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)
Замечания
For more information on using Web synchronization for merge replication, see Веб-синхронизация для репликации слиянием.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_InternetLogin(BSTR newVal);