Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The InternetProxyServer property specifies the proxy server to use when you access the HTTP resource specified in the InternetURL property.
Syntax
object.InternetProxyServer [= value]
Parameters
- value
Proxy name or IP address and port number in the form: ProxyServerName:Port
Applies To
SQL Server Compact 3.5 Replication object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_ InternetProxyServer (BSTR newVal);
Remarks
If the InternetProxyServer property is not set or is empty, no proxy server is used.
See Also
Reference
InternetURL Property (Replication)
Replication Object Properties