Expand Minimize
This topic has not yet been rated - Rate this topic

InternetProxyPassword Property (Replication)

SQL Server 2000

InternetProxyPassword Property (Replication)

The InternetProxyPassword property specifies the password used when you connect to a proxy server (defined in the InternetProxyServer property) that requires authentication.

Applies To

SQL Server CE Replication object

Syntax
object.InternetProxyPassword [= value]
Part Description
object SQL Server CE Replication object
value Proxy server password string. The default is no password.
Data Type

string

Modifiable

Read/write

Prototype eVC++
HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);
Remarks

InternetProxyPassword is required if the proxy server is configured to use Basic authentication or Integrated Windows authentication, even if SQL Server CE Relay has been configured.

See Also
InternetProxyServer Property (Replication)

Configuring Security for Connectivity

Using SQL Server CE Relay

Replication Object Properties

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.