Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The InternetProxyServer property gets or sets the name of the Internet proxy server used with Web synchronization, if a proxy server is used.
Syntaxe
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)
Notes
For more information on using Web synchronization for merge replication, see Synchronisation Web pour la réplication de fusion.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_InternetProxyServer(BSTR newVal);