Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
The InternetProxyServer property gets or sets the name of the Internet proxy server used with Web synchronization, if a proxy server is used.
Syntax
object.InternetProxyServer [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Name of the Internet proxy server. |
Applies To
SQLMerge Object (Replication ActiveX)
Remarks
For more information on using Web synchronization for merge replication, see Web Synchronization for Merge Replication.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_InternetProxyServer(BSTR newVal);