DistributorSecurityMode Property (Replication)

The DistributorSecurityMode property specifies the security mode used when connecting to the Distributor.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.DistributorSecurityMode [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value SECURITY_TYPE constant that specifies the mode of security enforced at the Distributor

Remarks

If the value is DB_AUTHENTICATION (default), DistributorLogin and DistributorPassword will be used when connecting to the Distributor.

NT_AUTHENTICATION is supported on Microsoft® Windows NT® only.

Data Type

SECURITY_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_DistributorSecurityMode(SECURITY_TYPE *pVal);

HRESULT put_DistributorSecurityMode(SECURITY_TYPE newVal);

See Also
DistributorLogin Property DistributorPassword Property

  


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