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

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

Property Value

The login name used when connecting to the Distributor.

Remarks

DistributorLogin is a required property if DistributorSecurityMode is set to DBAuthentication.

If none of the Distributor connection properties are specified, it is assumed that the Publisher and Distributor are the same instance of SQL Server and that the Publisher connection properties are used when connecting to the Distributor. However, if you set any of the Distributor connection properties, you must set all of the required Distributor properties.

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.