DistributorLogin Property (Replication)

The DistributorLogin property specifies the login name used when connecting to the Distributor.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.DistributorLogin [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Distributor login name

Remarks

This is a required property if DistributorSecurityMode is set to DB_AUTHENTICATION.

If the Distributor connection properties are not specified, it is assumed the Publisher and Distributor are the same Microsoft® SQL Server™ installation and that the Publisher connection properties are used when connecting to the Distributor.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_DistributorLogin(BSTR *pVal);

HRESULT put_DistributorLogin(BSTR newVal);

See Also
DistributorPassword Property DistributorSecurityMode Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.