Share via


SqlCeRemoteDataAccess.InternetUrl Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the URL used to connect to the SQL Server CE Server Agent. The SQL Server CE Server Agent is the Microsoft Information Services (IIS) ISAPI DLL that connects the Microsoft SQL Server 2000 Windows CE Edition (SQL Server CE) client to the Microsoft SQL Server Database. This property must be specified.

  [Visual Basic]
  Public Property InternetUrl As String
[C#]
public string InternetUrl {get; set;}
[C++]
public: __property String* get_InternetUrl();
public: __property void set_InternetUrl(String*);
[JScript]
public function get InternetUrl() : String;
public function set InternetUrl(String);

Property Value

The string containing the URL of the SQL Server CE Server Agent (including its file name Sscesa20.dll).

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeRemoteDataAccess Class | SqlCeRemoteDataAccess Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.