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.
