Share via


InternetProxyPassword Property (RDA)

The InternetProxyPassword property specifies the password used when you connect to a proxy server that requires authentication.

Syntax

object.InternetProxyPassword(value)

Applies To

SQL Server 2005 Compact Edition RDA object

Data Type

String

Modifiable

Read/write

Prototype

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

Generic Parameters

Parameter Description

value

The proxy server password string. The default is blank (no password).

Remarks

The proxy server that you are connecting to is defined by the InternetProxyServer property. The InternetProxyPassword property is required if the proxy server is configured to use Basic Authentication.

See Also

Other Resources

Configuring and Securing the Server Environment

Help and Information

Getting SQL Server Compact Edition Assistance