The InternetProxyLogin property gets or sets the login name used with Web synchronization when connecting to the Publisher by means of an Internet proxy server.
语法
object.InternetProxyLogin [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Login used when connecting to the Publisher using Web synchronization by means of an Internet proxy server. |
Applies To
SQLMerge Object (Replication ActiveX)
备注
For more information on using Web synchronization for merge replication, see 合并复制的 Web 同步.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetProxyLogin(BSTR *pVal);
HRESULT put_InternetProxyLogin(BSTR newVal);