Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The InternetLogin property sets or returns the login name used with Web synchronization when connecting to the Publisher using internet authentication.
Syntax
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)
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_InternetLogin(BSTR *pVal);
HRESULT put_InternetLogin(BSTR newVal);