다음을 통해 공유


InternetProxyServer Property (Replication ActiveX)

The InternetProxyServer property gets or sets the name of the Internet proxy server used with Web synchronization, if a proxy server is used.

구문

object.InternetProxyServer [= value]
Part Description

object

Expression that evaluates to a SQLMerge Object (Replication ActiveX) object.

value

Name of the Internet proxy server.

Applies To

SQLMerge Object (Replication ActiveX)

주의

For more information on using Web synchronization for merge replication, see 병합 복제에 대한 웹 동기화.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_InternetProxyServer(BSTR newVal);