Share via


SqlCeReplication.InternetLogin Property

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

Specifies the login name used when connecting to the SQL Server CE Server Agent.

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

Property Value

The Internet Information Services (IIS) login name. The default is no login name.

Remarks

The InternetLogin property is required if the SQL Server CE Server Agent is configured to use HTTP Basic Authentication or HTTP Integrated Windows Authentication. When Windows Integrated authentication is used, InternetLogin is not passed across the transport.

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.