Поделиться через


InternetURL Property (Replication ActiveX)

The InternetURL property gets or sets the URL for the Web service configured for Web synchronization.

Синтаксис

object.InternetURL [= value]
Part Description

object

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

value

URL for the Web synchronization 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_InternetURL(BSTR *pVal);
HRESULT put_InternetURL(BSTR newVal);