The InternetURL property specifies the URL used to connect to the 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 for the Push, Pull, and SubmitSQL methods.
object.InternetURL(value)
Applies To
SQL Server Compact 3.5 RDA object
Generic Parameters
Parameter |
Description |
---|---|
value |
The URL string that includes the location of SQL Server Compact 3.5 Server Agent (sqlcesa35.dll). |
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetURL(BSTR *pVal);
HRESULT put_ InternetURL (BSTR newVal);
The URL string must include the location to SQL Server Compact 3.5 Server Agent, and can optionally include the port number. For example, the following URL includes the location to the Server Agent and specifies port 80: https://www.adventure-works.com:80/sqlce/sqlcesa35.dll.