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.

Syntax

object.InternetProxyPassword [= value]

Parameters

  • value
    Proxy server password string. The default is no password.

Applies To

SQL Server 2005 Compact Edition Replication object

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);

Remarks

The InternetProxyPassword is required if the proxy server is configured to use Basic authentication.

See Also

Reference

InternetProxyServer Property (Replication)
Replication Object Properties

Help and Information

Getting SQL Server Compact Edition Assistance