InternetLogin Property (Replication ActiveX)

The InternetLogin property sets or returns the login name used with Web synchronization when connecting to the Publisher using internet authentication.

語法

object.InternetLogin [= value]
Part Description

object

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

value

Internet login used when connecting to the Publisher using Web synchronization.

Applies To

SQLMerge Object (Replication ActiveX)

備註

For more information on using Web synchronization for merge replication, see 合併式複寫的 Web 同步處理.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_InternetLogin(BSTR newVal);