InternetURL Property (Replication)

The InternetURL property specifies the URL used to connect to the SQL Server Compact 3.5 (SQL Server Compact 3.5) Server Agent. The SQL Server Compact 3.5 Server Agent connects the SQL Server Compact 3.5 client to the Microsoft SQL Server database. This property is required.

Syntax

object.InternetURL [= value]

Parameters

  • value
    The URL string, including the location of the SQL Server Compact 3.5 Server Agent (Sqlcesa35.dll).

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetURL(BSTR *pVal);
HRESULT put_ InternetURL (BSTR newVal);

Remarks

InternetURL can optionally include a port number if you want to override the default port, for example: http://yourserver:81/ssce/sqlcesa35.dll, where port 81 is used on the IIS server. The default port for HTTP is 80, and the default port for HTTPS is 443.

See Also

Reference

Replication Object Properties

Other Resources

Configuring and Securing the Server Environment

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)