InternetLogin Property (Replication)
The InternetLogin property specifies the Microsoft Internet Information Services (IIS) logon name used when connecting to the SQL Server 2005 Compact Edition (SQL Server Compact Edition) Server Agent.
Syntax
object.InternetLogin [= value]
Parameters
- value
The IIS Windows user account to use. The default is no logon.
Applies To
SQL Server Compact Edition Replication object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetLogin(BSTR *pVal);
HRESULT put_ InternetLogin (BSTR newVal);
Remarks
The InternetLogin property is required if the SQL Server Compact Edition Server Agent is configured to use Basic authentication or Integrated Windows Authentication. When Integrated Windows Authentication is used, the InternetLogin property value is not passed across the network.
See Also
Reference
Other Resources
Configuring and Securing the Server Environment