Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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