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 InternetProxyLogin property gets or sets the login name used with Web synchronization when connecting to the Publisher by means of an Internet proxy server.
Syntax
object.InternetProxyLogin [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Login used when connecting to the Publisher using Web synchronization by means of an Internet proxy server. |
Applies To
SQLMerge Object (Replication ActiveX)
Remarks
For more information on using Web synchronization for merge replication, see Web Synchronization for Merge Replication.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetProxyLogin(BSTR *pVal);
HRESULT put_InternetProxyLogin(BSTR newVal);