SqlCeReplication.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.

  [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 URL string.

Remarks

This property is required. You can include a port number if you want to override the default port. (The default port for http is 80 and the default port for https is 443.) For example, set InternetUrl to "http://yourserver:810/ssce/sscesa20.dll", when port 810 is used on the IIS server.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication 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.